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

Rows missing after sorting

2 Answers 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prasanth
Top achievements
Rank 1
Prasanth asked on 09 Aug 2010, 12:24 PM
After sorting on any of the columns, the data is disappers from page 2 onwards. Verified and found that needDataSource is firing on page index change and also when sorting. The grid properties are listed below. Any help is much appreciated.
<telerik:RadGrid ID="rdCodes" runat="server" AllowSorting="True" AutoGenerateColumns="False"
                                                Width="990px" Skin="new" EnableEmbeddedSkins="False" AllowPaging="True"
                                                GridLines="None" PagerStyle-AlwaysVisible="true"
                                                SelectedItemStyle-BackColor="AppWorkspace" OnItemDataBound="rdReconCodes_ItemDataBound"
                                                OnPreRender="rdReconCodes_PreRender" OnPdfExporting="rdReconCodes_PdfExporting"
                                                OnNeedDataSource="rdReconCodes_NeedDataSource"
                                                OnPageIndexChanged="rdReconCodes_PageIndexChanged" OnPageSizeChanged="rdReconCodes_PageSizeChanged"
                                                OnInsertCommand="rdReconCodes_InsertCommand" OnUpdateCommand="rdReconCodes_UpdateCommand"
                                                OnExcelMLExportStylesCreated="rdReconCodes_ExcelMLExportStylesCreated">

2 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 10 Aug 2010, 11:29 AM
Hello Prasanth,

Can you reproduce this on any of our online examples?

Sincerely yours,
Pavel
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
Prasanth
Top achievements
Rank 1
answered on 10 Aug 2010, 01:24 PM
Thanks, the issue is resolved by changing the properties of the grid.
Tags
Grid
Asked by
Prasanth
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Prasanth
Top achievements
Rank 1
Share this question
or