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

sorting causes duplicate rows

8 Answers 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 04 May 2011, 06:47 PM
I have a simple implemation using the RadGridView that when you sort Asc and then Desc, i.e. cycle thru, you start to see duplicate rows appear. The Data does not  have duplicate rows so is a UI issue. I do not have any custom sorting and the sorting is on a text column, Company Name.

Has anyone else seen this behavior and is there a work around to fix it??

Thanks

Version: 2011.1.419.1040

THis is the usage: (I have removed the HeaderMenu, and ScrollMode with no change)

         <telerik:RadGridView Name="RunSheetGrid"
         AutoGenerateColumns="False"
         HorizontalAlignment="Stretch"
         VerticalAlignment="Stretch" 
         HorizontalContentAlignment="Stretch"
         VerticalContentAlignment="Stretch" 
         telerik:StyleManager.Theme="Vista"
         ScrollMode="Deferred"
         telerikGridViewHeaderMenu:GridViewHeaderMenu.IsEnabled="True" Margin="0,22,0,0"
                                 Height="600"
         RowActivated="RunSheetGrid_RowActivated"
         RowStyleSelector="{StaticResource pendingRowStyleSelector}"
         AlternationCount="2"
                             >


8 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 05 May 2011, 08:39 AM
Hello Steve,

Unfortunately we were not able to replicate this behavior. Would you please send us a simple example project that will help us provide better support for your case. Please, excuse us for the inconvenience.

Kind regards,
Ivan Ivanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jason Taylor
Top achievements
Rank 1
answered on 19 Aug 2011, 03:09 AM
I'm getting the same error in winforms 2011.1.11.419

0
Pavel Pavlov
Telerik team
answered on 22 Aug 2011, 10:03 AM
Hi Jason Taylor,

Our RadGridView controls for WPF and Silverlight share a common code base. However that is not the case with RadGridView for Winforms. In order to get better and timely support I would strongly advice you to post related to RadGirdView for Winforms in the relevant forum section.

Kind Regards,
Pavel Pavlov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Martin
Top achievements
Rank 1
answered on 23 Sep 2011, 04:28 PM
Hi everyone,

I'm having the same issue in a WPF project. Have any of you found a solution to this or another explanations about why it is happening?

Best Regards
0
Martin
Top achievements
Rank 1
answered on 28 Sep 2011, 07:22 PM
Hi everyone, The problem i had was a bug in the RadGridView, but try to use the property DataLoadMode="Sycronous", It does not work always but for some projects it does. Let me know id this works for you.

Best Regards
0
Vlad
Telerik team
answered on 29 Sep 2011, 07:07 AM
Hi Martin,

 We believe that we've fixed this problem and the fix will be part of our next internal build - Monday.

Kind regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Abhishek
Top achievements
Rank 1
answered on 27 May 2014, 11:47 AM
Hi Vlad,

     We have been using RadGridView Control of Silverlight in our application.Our RadGridView uses  'VirtualQueryableCollectionView' as its Itemsource.
     But when we use the sorting functionality of any column, some of the rows gets duplicated.
     We are currently using Telerik version "2014.1.331.1050".
0
Ivan Ivanov
Telerik team
answered on 27 May 2014, 12:47 PM
Hello Abhishek,

Could you please open a support ticket or post in a new thread that describes your problem? This thread refers an issue that was reproducible with a 2011 version of our controls. As far as I can see, you are using a 2014 version. Since our product has changed a lot for the past 3 years, I guess that your issue will be addressed much more adequately out of this outdated context. It will be great if you can provide a sample project that we can debug on our side. Thank you.

Regards,
Ivan Ivanov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Steve
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Jason Taylor
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Martin
Top achievements
Rank 1
Vlad
Telerik team
Abhishek
Top achievements
Rank 1
Share this question
or