Hi there
I am currently changing the SQLDataSource by pressing a button and the UltraWebGrid works when the entire page is refreshed. Now I placed the UltraWebGrid & the SQLDataSource in an UpdatePanel, then it doesn't refresh the page but also doesn't update the WebGrid anymore?
What am I doing wrong?
I replaced the UpdatePanel with a WebAsyncRefreshPanel & managed to get it working!