I have a RadGrid on the first tab of a RadTabStrip, which is using a RadMultiView.
When I click on the "insert new record" for the grid, the whole page refreshes. Outside of the tab strip, the grid would do an in place refresh without loading the entire page.
I've tried various settings for the RadScriptManager, telling it that the RadGrid initiates Ajax requests and that the RadGrid should also be updated usinga Rad panel on my page. But nothing happens.
Any tips on what settings to use to get my RadGrid to be Ajax-y when in a tab strip?
Thanks!
When I click on the "insert new record" for the grid, the whole page refreshes. Outside of the tab strip, the grid would do an in place refresh without loading the entire page.
I've tried various settings for the RadScriptManager, telling it that the RadGrid initiates Ajax requests and that the RadGrid should also be updated usinga Rad panel on my page. But nothing happens.
Any tips on what settings to use to get my RadGrid to be Ajax-y when in a tab strip?
Thanks!