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

GridAutoCompleteColumn and Grouping

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dawson
Top achievements
Rank 1
Dawson asked on 20 Dec 2013, 12:33 PM
Hi,
i have a GridAutoCompleteColumn and Grouping is enabled for the Grid. But grouping this column is not working and is causing error. Can you please help.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Dec 2013, 12:38 PM
Hi Dawson,

Please make sure you have set GroupByExpression for the column.

ASPX:
<telerik:GridAutoCompleteColumn DataField="Country" DataSourceID="SqlDataSource1"
    DataTextField="Country" DataValueField="Country" HeaderText="Country"
    GroupByExpression="Country Group By Country">
</telerik:GridAutoCompleteColumn>

Thanks,
Princy
Tags
Grid
Asked by
Dawson
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or