Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
How to change the timeout of a WebDataGrid?
posted

I have a WebDataGrid that that only has a couple of rows, but the database query to get the data is very slow.  Currently there is no way to speed up the database query.  The grid will populate without problems, but when you try to click on a header to sort the grid, it waits about 20 seconds and then displays an alert box with no text.

After using FireBug to step through the javascript I see were it sets a 20 sec timeout in Infragistics.Web.UI.IG.CallbackRequestHandler, and I see where there is a property to change this timeout in Infragistics.Web.UI.IG.ControlCallbackManager, but I do not know how to access this javascript object to change that timeout.

I saw another post to change the time for the WARP using ig_shared.getCBManager()._timeLimit = 60000; But that doesn't work with the WebDataGrid.

Any help would be greatly appreciated.

Thanks,
Doug

Parents Reply Children
No Data