Duplicated
Last Updated: 31 Jul 2020 17:59 by ADMIN
Andrew
Created on: 31 Jul 2020 16:12
Category: Grid
Type: Feature Request
0
when setting a default filter in code the grid does not show any type of indicator that a filter is applied to a column

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) }
                        }
 
                    }
                }
            };

 

 

     
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Marin Bratanov
Posted on: 31 Jul 2020 17:59

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