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
4695
Cannot edit checkbox in the ultragrid
posted

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;
           

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    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      

Children