Is there Tag property or Id for filter descriptor?

1 Answer 108 Views
GridView
Vicent
Top achievements
Rank 1
Iron
Vicent asked on 21 Mar 2022, 02:54 PM

I need to apply filters programaticaly to one grid column. This filters are added or removed when user clicks some checkboxes, when checkbox is clicked filter is added or removed.

All of this was working ok, but now I need multiple filters for same column (propertyName).

Is there any property to use as Tag, Id or name for the filter?

 

 


1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 22 Mar 2022, 12:14 PM

Hi, Vicent,

The FilterDescriptor class doesn't offer Tag property. It stores information about the PropertyName, Value, Operator, etc. If you need any specific information to be stored, you can create a derivative of FilterDescriptor and introduce your own custom property for storing this information.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridView
Asked by
Vicent
Top achievements
Rank 1
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or