Feature request: could RadzenDataGridColumn.GetFilterValue() be public? #370

Closed
opened 2026-01-29 17:36:13 +00:00 by claunia · 1 comment
Owner

Originally created by @OndrejUzovic on GitHub (Apr 12, 2022).

When using RadzenDataGrid with LoadData I have a need to provide a custom filter into the composed query.
To do so I would like to enumerate via columns and read the filter values.

Would it be possible to make following methods in RadzenDataGridColumn public?
GetFilterValue(), GetSecondFilterValue(), GetFilterOperator and GetSecondFilterOperator()

Originally created by @OndrejUzovic on GitHub (Apr 12, 2022). When using RadzenDataGrid with LoadData I have a need to provide a custom filter into the composed query. To do so I would like to enumerate via columns and read the filter values. Would it be possible to make following methods in RadzenDataGridColumn public? GetFilterValue(), GetSecondFilterValue(), GetFilterOperator and GetSecondFilterOperator()
Author
Owner

@enchev commented on GitHub (Apr 13, 2022):

You can use Filters and Sorts properties of LoadDataArgs to get what you want.

@enchev commented on GitHub (Apr 13, 2022): You can use Filters and Sorts properties of LoadDataArgs to get what you want.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#370