Sir ,
With the sample below ,
dhtmlx.com/docs/products/dhtmlx … _grid.html
I want to modify code as below ,
myGrid.load("…/common/grid_16_rows_columns_manipulations.xml" , doAfterRefresh(myGrid) );
function doAfterRefresh(Grid){
alert(Grid.cellByIndex(0,0).getValue());
}
Counld you help me modify it and let it work .
Thank you
Best regards