Unplanned
Last Updated: 17 Oct 2016 11:46 by ADMIN
ADMIN
Stefan Nenchev
Created on: 17 Oct 2016 11:32
Category: GridView
Type: Feature Request
4
Add an option to filter a column on the converted values

		
1 comment
ADMIN
Stefan Nenchev
Posted on: 17 Oct 2016 11:35
Currently, the column filtering list is created over the raw values to which the column is bound to and eventually, if an IValueConverter is applied to the DataMemberBinding, just the visual appearance of the value is changed. 

Grouping, on the other hand, works differently. If there is a converter applied to the DataMemberBinding of the Column and you group the Grid on that column, the groups will be evaluated over the converted values.