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
250
Howto Disable UltraGridColumn Button
posted

I have a column that displays a Button. but I want to disable the Button in certain scenarios.

When I set the CellActivation to NoEdit - in ideal case it should disable if the column has Button. But it does not.

column.CellActivation =

Activation.NoEdit;

I need some solution that is available at Column level and not at Cell level. Because for all other cells I can set this read only behaviour at the column level using CellActivation. 

  • 53790
    posted

    Hello Csmpiyush,

    I try to reproduce your scenario is a samll sample. Could you please take a look at the attached file for more details. Maybe this is one possible approach to achieve the deisre behavior.  Please let me know if you have any questions or if you think, that I didn`t reproduce your scenario.

    Regards

     

    UltraGridColumnButton.zip