Hi,
I'm trying to customize my contextmenu in a gridview.
What I'm trying to do is to add elements to my context menu that depends of my row key value. Once I've got the row key value, I must call my database and then populate the contextmenu with the results.
I don't see any server events where I can do it (the FillContextMenuItems is not good for me because it is called once for every row, I must find an event fired for each.
Any sample or idea??
Thanks