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

Problem with Grouping RadGridView

1 Answer 126 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Saranya
Top achievements
Rank 1
Saranya asked on 03 Dec 2010, 01:52 PM
Hi,
   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,

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 03 Dec 2010, 02:50 PM
Hello Saranya,

I have tried to reproduce your issue, but unfortunately I was not able to. I am sending you the sample project I used for testing it. Please take a look at it and let me know if there are some misunderstandings according to your requirements.
 

Kind regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
Saranya
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or