ONXLE event

Hi

I used dhtmlgrid.

Is there any reason the code not calling onXLE event after loading data.

In my code i used smartrendering and splitAt() functionality.In that data is loaded correctly.But OnXLE event is not calling.In XLE event i called one function.

I wrote spliAt() functionality after init() and smartrendering before init()

please provide me solution

Thanks

The event will be called for any successful operation.
It will not be triggered only if error occurs during XML loading ( incorrect XML, or some similar reason )