Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Azeez on May 27, 2009 05:35
open dhtmlx forum
Configuring ajax for dhtmlxgrids

. Could you also provide me inputs on how to synchronize the data (rows) in the dhtmlxgrid with my database table. Lets say mysql  via jdbc. apparently i am planning to have multiple grids showing different data from different tables( different sql for each grid) . I understand that dhtmlxgrid supports ajax functionality. so please let me know how i can associate various grids with ajax so that i don have to pull the data manually  and reload my grids repeatedly
Answer posted by dhxSupport on May 27, 2009 05:58
dhtmlxGrid is a fully client side component. Unfortunately it hasn't appropriate functionality which allow you update grids with some interval. You should do it manually using data loading methods.