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.
Hello Jimmim,
Did you take a look at the attached sample in my previous post. Could you please tell me what is your current version and do you have any installed service release and which one. Please if you think that my sample didn`t reproduce your scenario, feel free to modify this sample to reproduce your issue and revert it back to me. I`ll be glad to research this issue for you.
Let me know if you have any questions
Hi,
Sorry for the delay in conversation.....i have enabled the checkbox selection using the following code in the 'ClickCell' event of the grid
if (e.Cell.Column.Key == "Select") { if (e.Cell.Text == "True") e.Cell.Value = false; else e.Cell.Value = true; }
But the problem i am facing now is that on the first click the checkbox functioning properly but if we click on the same checkbox again it wont work. In this case i put breakpoint in the clickcell event and observed that the event is not firing on the second click. But once we select one checkbox and then clicked on another cell, then if again clicks on the checkbox it is working fine. So my problem is that if we click on the same cell twice, the second click not firing the event . Kindly help me to solve the issue.....
I`m not able to reproduce your issue. Please take a look at the attached sample and screenshot and please feel free to modify my sample to reproduce your issue and revert it back to me. I`ll be glad to research it for you.
Hello,
I am trying to build the attached project. You have referenced the v 10.2, which i dont; have. i am using v8.2. Even after updating the project with the correct references, i cannot build the project.i don't even see the infragistics, when i try to include the using stmt. Any idea why?
I have the same issue where, my check box appreas in disabled mode always.
Could you please take a look at the attached sample. This is the same sample but with Infragistics assemblies - version 8.2