Skip to content

Fix typo on "FilterMatch" for DataGrid #68

@davazlan

Description

@davazlan

Hi,
this has very low priority (for me). When setting the "filtermatch" behaviour on a DataGridColumn, I realised there is a typo.

I set:
FilterMatch="(f) => StartsWith(f)"

which was clearly wrong and I had to change to the following for it to work:
FiterMatch="(f) => StartsWith(f)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions