Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pyt on Aug 09, 2008 04:49
open dhtmlx forum
Ajax-enabled grid

Hi,

how can i make my grid Ajax-enabled. Have you an Example for me?

Thanks in advance!
Answer posted by Support on Aug 11, 2008 02:07
Actually nearly all samples use AJAX to load data in grid. 
The grid's command
     grid.load(url)
made call to server side data source and fetch data to fill the grid. ( data can be in XML, JSON, CSV or jsArray formats )