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
<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