Can I select multiple
rows with the option of single click edit?
Instead of “easyMouseNavigation”
you can use:
grid.enableEditEvents(true,false,false)
grid.enableMultiselect(true);
Can I select multiple
rows with the option of single click edit?
Instead of “easyMouseNavigation”
you can use:
grid.enableEditEvents(true,false,false)
grid.enableMultiselect(true);