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

[Solved] Grid multi sorting

1 Answer 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adek
Top achievements
Rank 1
Adek asked on 22 Jul 2009, 07:16 PM
Hi I have error when use multi sorting and entitydatasorce when I sdorting two or more columns

<telerik:RadGrid ID="RadGrid1" runat="server" AllowSorting="True"
        DataSourceID="EntityDataSource1" GridLines="None" EnableLinqExpressions="true" >
<MasterTableView autogeneratecolumns="False" AllowSorting="true" datakeynames="idklient"
            datasourceid="EntityDataSource1" AllowMultiColumnSorting="true" />

<asp:EntityDataSource ID="EntityDataSource1" runat="server"
        ConnectionString="name=srDbEntities" DefaultContainerName="srDbEntities"
        EntitySetName="customers">
    </asp:EntityDataSource>
   
When use SqlDataSource its OK

Please help

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Jul 2009, 09:17 AM
Hello,

Indeed you are right, multi sorting and Grid bound to an EntityDataSorce is not working properly.
I have notified our developers about this problem and they will fix it for Q2 2009 SP1.

Kind regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Adek
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or