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>