This question is locked. New answers and comments are not allowed.
Hi Telerik,
I needed help on customizing the grouping feature. Basically when I add a column for Grouping and it shows as the format
ColumnName : ColumnValue
I was wondering if there is a way to specify my own display name for Column Name.
.Groupable(settings => settings.Groups(groups => groups.Add(o => o.ElementName)))
Any help will be appreciated
I needed help on customizing the grouping feature. Basically when I add a column for Grouping and it shows as the format
ColumnName : ColumnValue
I was wondering if there is a way to specify my own display name for Column Name.
.Groupable(settings => settings.Groups(groups => groups.Add(o => o.ElementName)))
Any help will be appreciated