This: var val=grid.getSelectedId(); //return list of id'


This:

var val=grid.getSelectedId(); //return list
of id’

What does it return?

a list of ID as strings, arrays ?<o:p></o:p>


It returns a list of id as a
string separated by standard separator, comma by default.


 “id_1,id_2,id_3”<o:p></o:p>