Categories | Question details Back To List | ||
Progress for datagrid loading in window pop up using loadXMLString Hi! I am using dhtmlxWindow and attaching dhtmlxTabbar .Each tab has setContent as dhtmlxGrid div tag.I am loading the data using loadXMLString .By using loadXMLString I need to show some progress happening for user to know for loading the grid.onXLS and onXLE works for loadXML....So is any other method there for loadXMLString Answer posted by Support on Feb 05, 2009 01:42 There is no any special events for loadXMLString command because it works in sync. mode, which means js command next to loadXMLString will be executed when loading finished. |