Hello,
We are using SfTreeGrid to show tabular view of objects, whose property values are accessed using indexed property, eg.
<syncfusion:TreeGridTextColumn HeaderText="Name" DisplayBinding="{Binding Path=Value[Name]}"/>
This works perfectly for displaying and editing property values, but unfortunately sorting does not seem to work. Sorting works when binding to an actual property, but in our case the columns are defined in application settings and thus we cannot use hard-coded property names in our data model. Any hints?
Please see the attached demo project for details.
Attachment:
SfTreeGridTest_e5535152.7z