I have a question of jqxGrid with columntype:checkbox.
In an editable jqxGrid with columntype:checkbox, clicking checkbox does not close the other cell being edited.
Please check the sample below,
http://jsfiddle.net/94znrtm2/
1. click the first cell of the first row. (“Yoshi”)
2. click one of checkboxes on “Y/N” column.
3. you can find the first cell you clicked first is still not closed. (<= I thought it would be closed)
4. if you click the space around the checkbox in the same cell, the first cell will be closed.
Indeed, it happens to the columntype:button and custom cell from createWidget function.
In this case, this would lead an unexpected result with ‘cellendedit’ event because it is not closed correctly.
Would you let me know if it is a bug or not?
If it is not a bug, please let me know how to handle this.
Thanks in advance for your help as always.
Warm regards,
klien54