Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
375
xamdatagrid Hierarchical data sorting issue
posted

Hi,

i have used the xamdatagrid which display the hierarchical data. in my grid i have  hide the child headers using LabelLocation="Hidden" in child field layout settings.

i have used unbound field for parent field layout to display the common header for parent and child rows.

i want to sort the column from child field layout. how can i achieve this?

for below example Sorting is not working with Title Column .. 

can somebody help about it

here my xamdatagrid code

DataSource="{Binding summaryList}" FieldPositionChanged="XamDG_OnFieldPositionChanged"
GroupByAreaLocation="None" >