EXECUTE FUNCTION WHEN DATA IS LOADED IN GRID

HI

how can i do execute a function in javascript when data of grid is loaded, is there an event for that?

Thank you

you should use the onXLE event - remember that dhtmlx is using ajax to get the data asynchronously so you have to use the event to know that all of the data has arrived before you do anything with it.

it is described in the documentation that goes with the products -
docs.dhtmlx.com/doku.php?id=dhtm … vent_onxle

docs.dhtmlx.com/doku.php?id=dhtm … earandload
docs.dhtmlx.com/doku.php?id=dhtm … bject_load