This is a migrated thread and some comments may be shown as answers.

RadGrid inside of tab control

2 Answers 180 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
SultanOfSuede
Top achievements
Rank 1
SultanOfSuede asked on 28 Oct 2008, 07:09 PM
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!

2 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 29 Oct 2008, 10:30 AM
Hi SultanOfSuede,

Please note that it is nor supported scenario to add just a single Tab or PageView in the RadAjaxManager settings. You should add the whole RadTabStrip or MultiPage control in order to have the application working properly. Another approach could be to wrap the RadTabStrip control with RadAjaxPanel.

Best wishes,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
SultanOfSuede
Top achievements
Rank 1
answered on 29 Oct 2008, 03:25 PM
Thanks Maria!

The first option worked; the second wouldn't because I had <% %> inside one of the controls used in a PageView.


Tags
Ajax
Asked by
SultanOfSuede
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
SultanOfSuede
Top achievements
Rank 1
Share this question
or