when setting a default filter in code the grid does not show any type of indicator that a filter is applied to a column
desiredState = newGridState<Employee>()
{
FilterDescriptors = newList<FilterDescriptorBase>()
{
newCompositeFilterDescriptor()
{
FilterDescriptors = newFilterDescriptorCollection()
{
newFilterDescriptor() { Member = "Active", Operator = FilterOperator.IsEqualTo, Value = true, MemberType = typeof(bool) }
}
}
}
};


Hi Andrew,
You can Follow the original report for this issue: https://feedback.telerik.com/blazor/1460247-filter-icon-is-not-updated-when-setting-removing-the-filter-from-the-state. I am marking this one as a duplicate to keep the portal tidy, and I have transferred your Vote to that item to raise its priority.
Regards,
Marin Bratanov
Progress Telerik