mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
DataGrid column custom filter indicator is active even when no filter
This commit is contained in:
@@ -1310,7 +1310,7 @@ namespace Radzen.Blazor
|
||||
|
||||
internal bool HasCustomFilter()
|
||||
{
|
||||
return GetFilterOperator() == FilterOperator.Custom && GetCustomFilterExpression() != null;
|
||||
return GetFilterOperator() == FilterOperator.Custom && !string.IsNullOrEmpty(GetCustomFilterExpression());
|
||||
}
|
||||
|
||||
internal bool HasActiveFilter()
|
||||
|
||||
Reference in New Issue
Block a user