SPMenuField

There are 1 entries for the tag SPMenuField

A control with the specified ID could not be found within the scope of the current naming container : SPGridView – SPMenuField

Lately I was working on the SPGridView provided by SharePoint.One of the requirement I had was to have a column in SPGridView as a Menu one that is similar to ECB of the List items, it  was straight forward, refer to the Paul article for the example, though the example was targeted towards building Webpart and controls were created programmatically, converting it to work with UserControl is not a big deal, Visual Studio Intellisense will help you and Property names are pretty straight forward. While I was adding a SPMenuField there were couple of Properties of SPMenuField that drawn...