Dear all,
I have created the dataset not in run time and bind to the ultragrid.
In the ultragrid column, it show checkbox in design view. I have set the cellactivation in the designer view and have below statement. But still I cannot edit it or check it or uncheck it when in run time. Do you know why??
this.ugdRMA.DisplayLayout.Bands[0].Columns["IsSelected"].CellActivation = Infragistics.Win.UltraWinGrid.Activation.AllowEdit;
Hello Rchiu5hk,
I try to reproduce your scenario in a small sample, but without success. Could you please take a look at the attached sample and if you think that I didn`t reproduce your scenario, feel free to modify my sample adn revert it back to me. I`ll be glad to research this issue for you.
If you have any questions, do not hesitate to write us
Regards
i am also having the same problem, i need user to give permission to check or uncheck each of the checkboxe in ultragrid. Currently the checkbox is in disabled mode. Kindly help.