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.
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