Grid is built in DOM Event

How can I detect, that grid is built in DOM and it ready for usage?

Any events or functions?



Thanks

If you load grid from a file, you can use onXLE event handler:

function doOnLoadingEnd(){
/* your code here */
}
grid.attachEvent(“onXLE”,doOnLoadingEnd);

Alexandra is there a way to detect if a grid is on the page with out knowing it’s ID?

There is no way to detect if there is grid on the page without saving grid’s object