DataGrid Nested Property Text Filter Descriptor works unclearly

1 Answer 18 Views
DataGrid
Yurii
Top achievements
Rank 1
Yurii asked on 08 Apr 2024, 11:02 AM

Good afternoon, can you please advise me, am I assuming correctly to use Nested Property Text Filter Descriptor in DataGrid, it allows to use nested property filtering? If yes, why it doesn't work, here is a sample code: 

<telerik:NestedProprtyTextFilterDescriptor PropertyName="Property.Nested"
                                           Operator="Contains"
                                           Value="MyValue"/>

1 Answer, 1 is accepted

Sort by
1
Accepted
Yana
Telerik team
answered on 09 Apr 2024, 11:25 AM

Hi Yurii,

We've just updated the information on the NestedPropertyTextFilterDescriptor of the DataGrid in our documentation, you can check it here:

DataGrid > Programmatic Filtering > Nested Property Text Filter Descriptor

In short, you'd need to provide ItemPropertyGetter to the descriptor to access the nested property.

I hope I was of help.

Regards,
Yana
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
DataGrid
Asked by
Yurii
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or