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

[Solved] Unable to Group by GridButtonColumn as Linkbutton

3 Answers 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 09 Sep 2009, 03:31 PM

I have client grouping on and am not able to group by the gridButtonColumn.  Here is the line am am using.  I have Groupable set to true.  Am I missing something here?

<

 

telerik:GridButtonColumn Groupable="true" HeaderText="View Letter" DataTextField="LetterID" GroupByExpression="LetterID" UniqueName="vLetter" ButtonType="LinkButton">

 

 

</telerik:GridButtonColumn>

 

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Sep 2009, 12:13 PM
Hi Randy,

In order to achieve the desired functionality I suggest you replace GridButtonColumn with GridTemplateColumn.
Attached to this message is a simple runnable application that demonstrates the desired functionality.
Give it a try and see if it works for you.

I hope this helps.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Randy
Top achievements
Rank 1
answered on 10 Sep 2009, 01:25 PM
That works... One last question.. when the page loades it groups.. How can I have it not group when the page loads.

Thanks
0
Pavlina
Telerik team
answered on 10 Sep 2009, 04:34 PM
Hello Randy,

Please refer to the attached project which handles the desired functionality.
I hope this helps.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Randy
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Randy
Top achievements
Rank 1
Share this question
or