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

How to use a RadWindow from RadGrid Hyperlink?

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul M
Top achievements
Rank 1
Paul M asked on 18 Oct 2016, 07:04 PM

I have a need to use a RadWindow from a HyperLink in both the level 1 columns and the DetailTables. 

The RadGrid data is populated via OnNeedDataSource() as the data is extracted from a context.

The DetailTables data is populated via OnDetailTableDataBind().

When I used an OnItemCreated() to enable me to change the href and onclick attributes of the asp:HyperLinks, I lost the data in the RadGrid and was not able to select anything.  I realize it is because the data has been changed so this option is not available to me, though the RadWindow was working nicely.

Currently I am using GridHyperLinkColumns but am unable to use a RadWindow with these.

Any suggestions of how to make it work?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 21 Oct 2016, 04:34 PM
Hello Paul,

You can use various approaches to define link columns. You can examine the attached web site sample.

In addition, you can also check the samples provided in the following post:
http://www.telerik.com/forums/context-menu---open-a-pop-up#Qe9fJgzWrE2DhYPWX7OkCQ

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Grid
Asked by
Paul M
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or