Last Updated:
21 Nov 2018 10:34
by ADMIN
GridView: Introduce a mechanism for customizing the FieldFilterControl when the FilteringMode is FilterRow
Allow customizing the FieldFilterControl shown under the column header when the FilteringMode is set to FilterRow. Currently, you can customize this only via an implicit style or by looking into the gridview's visual tree in code. It would be useful if you can define a style per column.