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
670
Web Grid does not finish loading in client
posted

I have a web grid in XML mode where I prepare a hierarchical data set in the InitializeDataSource event then format the grid in the IntializeLayout event.

 Sometimes the page renders fine and sometimes I have to refresh the page. Sometimes the grid has the columns and pagination but no rows until I refresh (reload) the web page, sometimes it works just fine. I have traced the server code and the data sets and formatting seem to be happening normally in both situations.

What is the reason for this?