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

How to sort radgrid GridButtonColumn column? - when ButtonType="LinkButton"

1 Answer 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 22 Jul 2010, 03:20 PM

 

<telerik:RadGrid ID="rgHourlyPeople" runat="server"

 

 

onneeddatasource="rgHourlyPeople_NeedDataSource" GridLines="None" AllowPaging="True"

 

 

AutoGenerateColumns="False" AllowSorting="True"

 

 

onselectedindexchanged="rgHourlyPeople_SelectedIndexChanged">

I have set AllowSorting="True" for the grid, buton only the bound column get sorted, the GridButtonColumn column ( when ButtonType="LinkButton") sort function won't work.

Anynow knows how to sort GridButtonColumn column?

Thanks,
Jessie

 

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 22 Jul 2010, 03:36 PM
Hi Jessie,

Please check out the following code library which demonstrates filtering and sorting for GridButtonColumn:
http://www.telerik.com/community/code-library/aspnet-ajax/grid/filtering-and-sorting-for-gridbuttoncolumn.aspx

I hope this helps.

Best wishes,
Radoslav
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
Tags
Grid
Asked by
JJ
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or