GridColumn Properties

hi! I'm new to radzen but tell me how the FilterProperty and FilterValue property of GridColumn works. Thank you for the understanding

Hi @bil,

The FilterProperty specifies what property a column is filtered by. By default the DataGrid filters by the Property - FilterProperty can be used to override that or when the column is Template. Check this forum thread for an example.

FilterValue specifies the initial filter value. Empty by default.