Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ken Chu on Nov 08, 2008 08:27
open dhtmlx forum
Append multiple rows

Hi,
How can i append the rows in a xml / csv file to an existing grid?
Say i have 10 rows in a grid already. And i want to read another 10 rows from a xml / csv file.
Is there a way to do so?
Answer posted by Support on Nov 10, 2008 02:02
It possible for XML only.
        mygrid.updateFromXML(url,true);
such command will read target url and will add any row defined in XML and not existing in grid.