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

Opening the SP list item in radgrid in another window/page

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ralph
Top achievements
Rank 1
Ralph asked on 12 Nov 2014, 05:04 AM
Hi,

I have a SP list bound to a radgrid .Columns are App owner,Average rating and the list is ordered by app owner column.Average rating is a calculated column where i am  taking the average of the different ratings of the owner in the original list.

I want to be able to make the app owner column a hyperlink column on click of which i want to display all the ratings for that owner.How can i do this?


1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 14 Nov 2014, 08:55 AM
Hi,

You can use the GridHyperLinkColumn or a GridTemplateColumn with hyperlink control. This you can handle the click event of the link and when it fires open a separate window or a page depending on your requirement. RadGrid does not have such built-in functionality so you can simply use standard code in hyperlink that opens a new page or window. If you prefer you can also open a RadWindow as shown in this online demo

I hope this helps.

Best Regards,
Marin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Ralph
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or