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

How to Open RadWindow on RadTabStrip's Selected Tab chang ning & how get Value from Radwinow Close

1 Answer 128 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 30 Apr 2008, 09:57 AM
Hi
            I have created one RadTabStrip and add RadTab into tabStrip by dynamically. I wan to open RadWindow on perticular tab selecting event ( OnClientTabSelecting="OnSelecting")  I want to develop below functionality on opening RadWindow.
          When opening a RadWindow, on that window one RadioButtonList, One OK button & one Cancel button. On ok button click selected RadioButton value getting on to MainPage ( RadTabStrip  Page)  if  value is correct then  Tab shoulde be change else Tab Should not change.
        Or on Cancel button click tab Shoulde not be change.

Please give your repplyyyyyyyyyyyyyy...........

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 05 May 2008, 08:57 AM
Hi Rahul,

I suggest to use the RadTabStrip's OnClientTabSelected event instead of the OnClientTabSelecting - you can see how to hook it up here.

Instead of the alert message you should open your window in one of these ways (please, note, that if you use radopen you should have declared a RadWindowManager on the page).

As to the RadWindow's appearance, you should simply build the page you want to show in it (with the RadioButtonList, etc) and then set the RadWindow ContentUrl property to its url.

In case you experience problems, please open a new support ticket and send us a sample project which demonstrates the issue.

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or