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

Ajax Settings for RadTabStrip

2 Answers 67 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
kachy
Top achievements
Rank 1
kachy asked on 22 Mar 2011, 02:23 PM
Hi,

I have a page in which there is a TabStrip with five multipages. In 2 multipages, there are radgrids.

Can you please help with setting Ajax in following scenarios;
How do I do the AjaxSetting for a CheckBox which is inside the radgrid to update some content in the database and refresh the radgrid or is it possible to do an Ajax setting to just update one particular column of the same radgrid when the checkedchanged event is fired?

For fourth multipage there are more than 4 comboboxes and I have to update the content of 3 comboboxes when the selected value of first combobox is changed. What will be the Ajax setting in this case?

Currently I have all the content in the same page but if I want to move the content of 5 multipages to 5  usercontrols , how can I do the  Ajax settings?

Please let me know how to do the Ajax setting in all these different scenarios.

Thanks.

2 Answers, 1 is accepted

Sort by
0
kachy
Top achievements
Rank 1
answered on 07 Apr 2011, 02:41 PM
Can you please let me know the best way to use Ajax in RadTabStrip?

Thanks.
0
Dimitar Terziev
Telerik team
answered on 13 Apr 2011, 07:12 AM
Hello Kachy,

In general if you want to ajaxify a control you could place it inside an RadAjaxPanel. On other hand of you want one control to update another control via AJAX, it's more appropriate to use RadAjaxManager.

For more information you could check this help article here.

Kind regards,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TabStrip
Asked by
kachy
Top achievements
Rank 1
Answers by
kachy
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or