checkbox databound grid

I have databound grid with checkbox column. To "check/uncheck" checkbox one need to click twice on a checkbox . First click activates the cell , second one does the checking / un-checking How to avoid this two clicks behavior ?

2 Replies

AD Administrator Syncfusion Team June 20, 2005 04:55 PM UTC

Here is a minimal sample where the checkbox works on the first click for me using 3.2.1.0. http://www.syncfusion.com/Support/user/uploads/GDBG_CheckBox_4d5a654.zip Do it work for you? What is different about what you are doing? Can you upload a sample showing this not working?


GF Gregory Feldman June 20, 2005 05:21 PM UTC

If you set EnableEdit = false in you sample you will see grid behavior I described before . Thanks >Here is a minimal sample where the checkbox works on the first click for me using 3.2.1.0. > >http://www.syncfusion.com/Support/user/uploads/GDBG_CheckBox_4d5a654.zip > >Do it work for you? What is different about what you are doing? > >Can you upload a sample showing this not working?

Loader.
Up arrow icon