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

GridView GroupRow Customization issue

2 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 30 Mar 2011, 11:50 PM
Hi,

I have customized groprow header and added a textbox which shows groupindex.(e.g group: 1,group 2 etc).
If no of rows are less e.g 5-10 it works fine but if no of groups are more due to RowVirtualiation it starts repeating same counter values all over again.Due to virtualization it is not firing loaded event and looks like it is using same control which was showing previous groupheader.
Please let me know how to fix this.

Regards,
Rajesh

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 31 Mar 2011, 07:23 AM
Hi,

 You should use MVVM (XAML) not loaded events to avoid such problems. 

Kind regards,
Vlad
the Telerik team
0
Rajesh
Top achievements
Rank 1
answered on 31 Mar 2011, 05:10 PM
Can you provide some sample code snippet.?
Tags
GridView
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Rajesh
Top achievements
Rank 1
Share this question
or