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
855
WebDataGrid: AJAX Error
posted

I get a "ASP.NET AJAX client-side framework failed to load" error when I do the following, using NA 2010 Volume 3 SR 2134, VS 2010 and .NET 4.0.

I have a webdatagrid binded to a sqldatasource, but the grid's visible property is set to false. I'm doing a google-like text search on the data source and gets a result back. Because there is a result, the grid is made visible and the first page is shown. I then click on the last page, the grid jumps to the last page. When I click the first page again I get the above error.

If I do the above, but keep the grid visible, the error is not displayed.

Has the visibility of the grid an impact on AJAX. Any ideas?