We wish to allow users to select multiple rows. According to


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.<o:p></o:p>


The
mygrid.getSelectedId method returns not array but comma separated list of ID
(the same as described in doc.).<o:p></o:p>