Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 10:21
open dhtmlx forum
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)?
Answer posted on Mar 05, 2007 10:30
enableMultiselect(state) – choose if you alow multi rows selection or not. You can use mygrid.setOnRowSelectHandler(function(rowId){mygrid. clearSelection()}) to emulate “selection forbidden”
Answer posted by Inga (Support) on Dec 10, 2014 13:22

The information connected with web application ajax and javascript array to csv also can help you, so please check it too.