Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 22, 2007 10:45
open dhtmlx forum
We wish to allow users to select multiple rows. According to what i've seen in the source code and api, ...

We wish to allow users to select multiple rows. According to what i've seen in the source code and api, i should be able to set selMultiRows to true then use getSelectedId, which should return an array of row ids. However, it returns only the last selected id.

Answer posted on Feb 22, 2007 10:46

The mygrid.getSelectedId method returns not array but comma separated list of ID (the same as described in doc.).

Answer posted by Inga (Support) on Dec 08, 2014 11:33

Having solved the problem mentioned above, you may also look through the possible related problems with javascript table to csv and combo box in jsp.