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
110
Activation.AllowEdit does not function properly
posted

I don't actually know if I have some mistake in design time setting the activation property of a column set to CellActivation = ActivateOnly

In my code, i did some validation of a cell and add this line of code

this.ugGrid.ActiveRow.Cells["Price"].Activation = Activation.AllowEdit;

but unfortunately, it doesn't work. It does not allow me to edit the column cell area.

but if i use this code, it works fine. It makes the column disabled. 

this.ugGrid.ActiveRow.Cells["Price"].Activation = Activation.Disabled;

Have i missed something?

Thanks for your opinion and ideas.

Parents
No Data
Reply Children
No Data