Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Azeez on May 28, 2009 05:15
open dhtmlx forum
How to change the value of a DHTMLXGRID cell

Hi ,
In my application i send ajax requests every 10 seconds. The server sends me some new data every 10 seconds. I need to show this changing data in my grid. As of now i am reloading the whole grid after every ajax response comes from server. Pls let me know how is it possible to reload only a particular cell 's value in my grid.
Answer posted by dhxSupport on May 28, 2009 05:22
To change value only of a partucular cell you can use method mygrid.cellById(rowId,cellIndex).setValue("new value").
Answer posted by dhxSupport on May 28, 2009 05:22