Hi,
In my xamDataGrid I had a field with XamCheckEditor, and its editable, when I try to check that initially I had to click couple of times or even more than that to be checked or unchecked. But once I was able to check/uncheck it for the first time, subsequently I am able to check it on the first time itself without any issues. So wat could be the problem on that?
Regards,
Balaji Rajendran
WK-CCH, Torrance CA
Thanks much to both Temp0 and Alex, it worked.
Hello,
You have probably changed to the CellClickAction property for this field to SelectCell or SelectRecord. With this settings ,the first click will be used to select the cell or record and not go into edit mode. You will have to double click the cell in order to get it into edit mode. As suggested, you can revert this setting back to EnterEditModeIfAllowed and you will be able to check/uncheck with the first click.
Try setting the CellClickAction field setting to EnterEditModeIfAllowed.