Sorting complex bound datagrid columns

Hi,

Is it possible to sort columns that have a MappedName property of "Attributes[0].TextValue" in the SfDataGrid?  Clicking on the column header does not cause the grid to resort or fire the sort events.

<syncfusion:SfDataGrid AutoGenerateColumns="False" ItemsSource="{Binding Items}" AllowSorting="True">
    <syncfusion:SfDataGrid.Columns>
       
<syncfusion:GridTextColumn HeaderText="Test" MappedName="Attributes[0].TextValue"/>
    syncfusion:SfDataGrid.Columns>
syncfusion:SfDataGrid>


Thanks.
Tim.



1 Reply

DR Deepak Raj Sundar Syncfusion Team October 11, 2014 01:22 PM UTC

Hi Tim,

We are able to reproduce the issue “sorting not working in SfDataGrid when mapping name is set using  array indexing”.  We found that you have created an Direct trac incident for same query. Could you Please follow your direct trac to know more details regarding this issue.

 

Regards,

Deepak raj Sundar.


Loader.
Up arrow icon