Can I select multiple rows with the option of single click

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);