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

How to call RadWindow Manager in Select change event of DropDownList

1 Answer 60 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sagar Baheti
Top achievements
Rank 1
Sagar Baheti asked on 19 Sep 2008, 01:22 PM
Hi,
I am using RadGrid control and in every Grid row i have  a DropDownList. Now  On selection of every action from DropDownList Pop will come , For that i am using RadWindowManager. But in DropdownList_SelectedIndexChanged
 i could not able to call Radwindow,
Please Help me..

Regards,
Sagar

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 19 Sep 2008, 03:18 PM
Hi Sagar,

I am not quite sure what is your exact requirement. If you want to show it on the client, you can hook up the DropDownList's  onchange event and open the RadWindow there.

To open it from the server, you should create a RadWindow object, add it to the form controls and set its VisibleOnPageLoad property to true.

In case you experience problems in implementation, please open a new support thread and send us a demo project which shows an alert instead of RadWindow in case you show it on the client and a Label instead of RadWindow if you want to show it on the server.


Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Sagar Baheti
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or