INTRODUCTION **********************
The Telerik RadWindow is used in web forms as an efficient alternative to the traditional pop up windows.
For the RadWindow to work, you should have the Telerik Rad Controls installed on your system. Once you have it, you need to put a RadWindowManager in the form. This controls the RadWindow.
SEE THE CODE ATTACHED
Now we will move on to the procedure.
PROCEDURE *********************
Suppose you are clicking a link "Details" on the form and you need to have a window to appear infront of you.
So here is the code for it:
SEE THE CODE ATTACHED
Here the radopen() is the in-built function from Telerik. The general syntax of radopen is:
radopen(url, name-of-window)
You can also give like radopen("http://www.google.com", "RadWindow") if you want to open Google page in the window.
In the code above, we are trying to open another page called Page2.aspx
Conclusion *************************
We learned how to implement the RadWindow in asp web forms. The RadWindow is extremely efficient and user friendly. It also differs in its style and features.
I'm attaching a snapshot of the RadWindow. Here I have used RadGrid instead of traditional table.
For more information on Telerik products, see the link below.
Regards, Pradeep Y.
AttachmentsRadWindow.aspx (24254-2464-RadWindow_aspx.txt)
For more details, visit http://www.telerik.com
|
No responses found. Be the first to respond and make money from revenue sharing program.
|