Categories | Question details Back To List | ||
Grid issue : How can I detect when distributed parsing is complete? 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. Answer posted by Support on Feb 24, 2009 09:48 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 ) |