Hi,
I am new to Radgridview and I am using MVVM pattern. I updated the Group Title for the grid in the following manner.
There will be a set of search results in a list and i added the group title in my viewmodel. when i debugged the code, I am getting proper group title name in my list. But sometimes the group header is not visible and sometimes it is visible. I want my grouptitle value to be visible whenever it is present in the list. Any workaround for this or any alternate way to achieve this?
Thanks,
Saranya,
I am new to Radgridview and I am using MVVM pattern. I updated the Group Title for the grid in the following manner.
<telerik:RadGridView.GroupDescriptors> <telerik:GroupDescriptor Member="GroupTitle" DisplayContent="GroupTitle" > <telerik:GroupDescriptor.AggregateFunctions> <telerik:CountFunction ResultFormatString="{} {0} matches found"/> </telerik:GroupDescriptor.AggregateFunctions> </telerik:GroupDescriptor> </telerik:RadGridView.GroupDescriptors>There will be a set of search results in a list and i added the group title in my viewmodel. when i debugged the code, I am getting proper group title name in my list. But sometimes the group header is not visible and sometimes it is visible. I want my grouptitle value to be visible whenever it is present in the list. Any workaround for this or any alternate way to achieve this?
Thanks,
Saranya,