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

HyperlinkColumn and Sorting

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ulrich Witschaß
Top achievements
Rank 1
Ulrich Witschaß asked on 27 Apr 2010, 05:30 PM
Hello Telerik Team,

I have the following situation:

a RadDataGrid, DataBound to a ICollection of business objects. Some Columns represent "linked" objects of the base business object.

I want to add hyperlinks to the columns to open the business object in a form.

I have to supply two arguments to this form, the Type of the BO and the ID.

When I use a HyperlinkColumn, everything works great. I supply ID and Type as the DataNavigateUrlFields, and the corresponding URL-Template for the DataNavigateUrlFormatString.

This works like a charm.....but.....the columns HAVE to be sortable, filterable, groupable.

I do all sorting, filtering and grouping server side in a custom database call, but since I can't even enable "allowsorting" on the column, in the rendered grid, the user is unable to sort.

What workarounds are their, or is it planned for future releases to make HyperlinkColumns sortable?

best regards

Ulrik

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 28 Apr 2010, 07:58 AM
Hello Marcus,

Please, examine the help article bellow, which elaborates on this subject and see if it helps.
Sorting for GridHyperLinkColumn/GridTemplateColumn

Regards,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ulrich Witschaß
Top achievements
Rank 1
answered on 28 Apr 2010, 01:16 PM
Thank you very much,

that solved my problem

best regards
Tags
Grid
Asked by
Ulrich Witschaß
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Ulrich Witschaß
Top achievements
Rank 1
Share this question
or