I have a RadContextMenu bound to a RadGrid. The items that appear in the RadContextMenu are not constant for each row in the RadGrid (for example, menu options for Row 1 are Edit, Delete, for Row 2 are Edit, Checkout, Delete, menu option for Row 3 is Publish, and so on).
When the right click event is fired for a row in the RadGrid, I want to make a server side call to a function that determines what items can appear in the context menu for that row based on the state of that row. Can you please direct me to a sample to acheive the same?
Thank you for your help.
When the right click event is fired for a row in the RadGrid, I want to make a server side call to a function that determines what items can appear in the context menu for that row based on the state of that row. Can you please direct me to a sample to acheive the same?
Thank you for your help.