Hi there
How can I detect when distributed parsing is complete?
I want to notice to client when grid parsing is complete.
after loading call back function excute when xml loading is completed not parsing is completed
I searched documentation but I can not found any idea.
thanks.
You can use onXLE event , it will be called only when all data parsed ( function defined as parameter of load command, will not wait for full parsing and will be called after first portion of rows processed )