Categories | Question details Back To List | ||
DataGrid Hi! When waiting state for response is more than 6 minutes I am getting Incorrect Xml error.Is it because in dhtmlxGrid.js ,there is some concept called window.clearTimeOut and window.setTimeOut .If so for some xml response I have to wait atmost 10 minutes to get response from service to run SQL query.I think after 5-6 minutes Ajax call gets terminated. Thanks; Ravi Answer posted by Support on Apr 06, 2009 02:28 >>there is some concept called window.clearTimeOut and window.setTimeOut Normally dhtlmxgrid doesn't use such concept ( it used only in distributed parsing mode ) >>I have to wait atmost 10 minutes to get response from service to run SQL query |