hello dudes, Problem occurs when dhtmlxGrid loaded by ajax… if i select any option from my HTML form Dhtmlxgrid (cell contents) should be loaded according to selected option
You can reload the grid with following code:
grid.clearAll();
grid.load(url);