Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 31, 2008 09:15
open dhtmlx forum
Grid

Hi,
How to call a function on completion of grid loading
Answer posted by Support on Oct 31, 2008 10:06
You can use onXLE event handler:

grid.attachEvent("onXLE",doOnLoadingEnd)

function doOnLoadingEnd(){
...
}