Declined
Last Updated: 08 Feb 2016 09:18 by ADMIN
ADMIN
Dimitrina
Created on: 19 Nov 2014 09:30
Category: GridView
Type: Bug Report
0
Sorting of GridViewExpressionColumns not working with DataRowView source

		
1 comment
ADMIN
Ivan Ivanov
Posted on: 08 Feb 2016 09:18
If RadGridView's source collection implements ICollectionView, the control's data engine allows it to execute its sorting logic, if ICollectionView.CanSort is true. System.Data.DataView implements IBindingList and passing it as a source collection creates BindingListCollectionView, which supports basic (member) sorting and CanSort is true. However, it does not support sorting by expression. The issue is a result of a limitation of the .net framewok.