I have a RadGrid control. When I call RadGrid.Rebind() in its sorting/filter event handlers the data updates. When I call rebind() within a linkbutton outside the RadGrid, NeedDataSource is triggered and the datasource is changed appropriately but the RadGrid itself doesn't update the cell values with the new datasource. The only way I can get it to refresh is by manually refeshing the browser.
Does anybody have any ideas why this happens?
(Using Telerik AJAX Controls for .NET)
EDIT: My Linkbutton wasn't wrapped in a RadAjaxPanel. I have now put this in the markup around the RadGrid and the linkbutton. Nothing is happening..I don;t see how this will change things..surely I have to do something with this RadAjaxPanel?