working on custom web part. I included SPGridView to this web part. I know there is an option at the begining define menu items, however I would like to add/delete/modify the menu items dynamically. I would like to do that on event SPGridView.RowDataBound. Reason is that here Iam accessing items from various lists. I am able to access the Menu from this event hander, however I am not able to add/delete/modify MenuItem's. Is this possible at all? I would not like to just show/hide menu items, I would like to modify them.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|||
|
|
|
I think you are looking for this,
You can add a event to rows and then access them using,
|
|||
|
