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

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.