Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Disable rows when certain value is found and change contextmenu when disabled row clicked
posted

Hello Everyone

I have a UltraGrid filled with a singleband DataSet. What I need now, is to disable a row if a certain value in a row is found.

How can I do that and would that be done in the InitializeLayoutEventHandler or somewhere else?

Furthermore, I need to change the available ToolStripMenuItems when the user clicks on a disabled row. I am looking for this since quite some time every now and then but still I couldnt find a solution on how to do this in a clean way.

 

Thanks