Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 09:53
open dhtmlx forum
This: var val=grid.getSelectedId(); //return list of id' What does it return? a list of ID as strings...

This:
var val=grid.getSelectedId(); //return list of id'
What does it return?
a list of ID as strings, arrays ?

Answer posted on Mar 05, 2007 09:54

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

 "id_1,id_2,id_3"

Answer posted by Darya (Support) on Nov 30, 2014 03:54

Having solved the problem mentioned above, you may also look through the possible related problems with mobile applications framework and file uploader ajax.