Declined
Last Updated: 03 Nov 2014 12:29 by Elena
Padmasinh
Created on: 28 May 2014 09:06
Category: Grid
Type: Bug Report
2
sort order not persisting in radgrid
My Sort order of records is persisting in normal radgrid but when i am using radgrid with grouping its not persisting.

The ragGrid during page load are as folllows.

Customer group Name        Customer Name      Sort Order
Group 1
                                              Very High                    1
                                                High                          2
                                               ABC                           3

and the filer for columns format are as follow

<telerik:GridBoundColumn HeaderText="Customer Name" FilterControlAltText="Filter column1 column"
                                    DataField="Name" UniqueName="Name" FilterControlWidth="150px" AutoPostBackOnFilter="true"
                                    HtmlEncode="true" CurrentFilterFunction="Contains" ShowFilterIcon="false">
                                </telerik:GridBoundColumn>

And when i filter the grid on customer name with "high" word the grid shows results as follow

Customer group Name        Customer Name      Sort Order
Group 1
                                                  High                        2
                                              Very  High                   1
                                               
And i am needdatasource event then also this problem occurring so please provide me any solution.
2 comments
Elena
Posted on: 03 Nov 2014 12:29
Please use the support ticketing system for similar reports. This channel is only for bug reports(core functionality) and feature requests.
Padmasinh
Posted on: 28 May 2014 10:15
This problem occurring in my demo please check attach file demo. please check initial order of records and order after filter a name column by "high" word.
Attached Files: