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

RadGrid Group-able Column Types

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Doug Crystal
Top achievements
Rank 1
Doug Crystal asked on 13 Oct 2014, 01:34 PM
I have a RadGrid that allows for grouping on any column.  My task was to add a hyperlinked column which when clicked posts back
and displays record detail in a RadWindow.  The obvious column-type choice - GridHyperLink, does not cause a postback so I cannot do
my data retrieval and display the record detail server-side.  Using a link button control inside of a GridTemplateColumn breaks my grouping functionality - the RadGrid will no longer group on this column.  I've tried to use a GridBoundColumn and add a link button programmatically, but I haven't gotten this to
work either.  Does anyone have a solution for this?  Thanks in advance!

Doug

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Oct 2014, 12:03 PM
Hi Doug,

I've already replied to your ticket with ID: 868597 that you may add the following property to enable the grouping functionality of a template column:
Copy Code
<telerik:GridTemplateColumn ... GroupByExpression="Group By ShipCountry">

Hope this helps. I suggest that we continue our conversation on the mentioned thread.


Regards,
Eyup
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
Doug Crystal
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or