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.
To change value only of a partucular cell you can use method mygrid.cellById(rowId,cellIndex).setValue(“new value”).
You can find more information about eXcells API methods here dhtmlx.com/docs/products/dht … excellsapi