I have one grid on my page, that I am performing Insert/Update/Delete operations on. On the page I have the RadAjaxManagerProxy (I'm doign this in a UserControl), the RadAjaxLoadingPanel, and the RadGrid. I am not using a datasource on the page, but am binding to a datasource on the server. All Insert/Update/Delete events are being bound on the server side also.
All events fire, all data operations are performing correctly, and I am calling the Rebind() method after the data operations. However, the grid itself does not show the updated results unless I refresh the page completely.
As I've seen suggested on other posts, I've trie disabling the grid viewstate, and tried wrapping the grid in a RadAjaxPanel. Nothing works. What do I need to do to get the grid to refresh???
All events fire, all data operations are performing correctly, and I am calling the Rebind() method after the data operations. However, the grid itself does not show the updated results unless I refresh the page completely.
As I've seen suggested on other posts, I've trie disabling the grid viewstate, and tried wrapping the grid in a RadAjaxPanel. Nothing works. What do I need to do to get the grid to refresh???