What event is raised when DHTMLXGrid is rendered?

Hi,

Could you please let me know, what event is raised when DHTMLXGrid is rendered on UI?. I couldn’t find any such event as onLoad or onRender.

Thanks,
Ashwani.

The basic html layout is rendered exactly after grid.init call, it has not any special events ( process is sync, so you can place any custom code after init call )

Full data rendering occurs after data loading, so normally you can use onXLE event which occurs when data is loaded and rendered

Or do you have some special scenario in mind?