Selection of rows

Can we control the number of rows that can be selected
in a table (specifically whether it is multiple, single or none)?

enableMultiselect(state) �
choose if you alow multi rows selection or not. You can use
mygrid.setOnRowSelectHandler(function(rowId){mygrid. clearSelection()}) to
emulate �selection forbidden�