Categories | Question details Back To List | ||
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 You can find more information about eXcells API methods here http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Excell_API_reference.html#grid_excellsapi |