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

Open a new RadWindow based on the column hyperlink

1 Answer 223 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 06 Dec 2010, 05:35 PM
Hi,

I'm trying to open a new window from the a RadGrid column.  I have 5 columns that required hyperlinks and those 5 columns need to open 5 separate popup forms.

How does one go about in doing this?  This is a configuration tasks however I didn't see any examples in RadGrid that does this.  Can someone help me on this task.

Thank You,

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Dec 2010, 06:26 AM
Hello,


Check the demo which shows how to use RadWindow for editing RadGrid records. Actually, the window is opened using client code "window.radopen()" and we need to attach the "onclick" event to HyperLink by accessing the control in ItemCreated event of grid.
 Grid / Window Editing

Try the same logic in your case also to open the window.


-Shinu.
Tags
Grid
Asked by
Joe
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or