Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anton on Jun 15, 2009 05:56
open dhtmlx forum
BeginRequest and EndRequest

I need to disable page when request is sending and enable page when request is complete. For example when grid is loading. How can I do it?
Answer posted by dhxSupport on Jun 15, 2009 06:53
You can use onXLE and onXLS events. 
onXLE - event occurs simultaneously with ending XML parsing, new items are already available in the grid. 
onXLS - event occurs before sending the request for a new XML to the server.