Hello,
I am relatively new here, and would need help with how i can set different ContextMenusStrip based on selected child template in my RadGridView.
I am using one GridView with four child templates and would want each of them to be assigned a different ContextMenuStrip to ease the operations around the data in each template. So my barrier now is now to programatically check which template is currently selected (focused) and bind the ContextMenuStrip accordingly or at least disable some buttons in it based on desired output
Thanks in advance for looking into this
Jules R