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
2940
Xamdatagrid group by issue
posted

I am using xamdatagrid and i am having fields as subject,date and from.I  am doing group automatically on date.It is displaying as Monday,Yesturday and lastweek.It is ok for me.But when the last week differ with two dates it is displaying lastweek header as twice.How can i overcome this.i will work when i do manually i.e. when i place a header directly in debugg mode.How can i do in xaml.

 <igDP:FieldLayout.SortedFields>

         <igDP:FieldSortDescription Direction="Descending" FieldName="DisplayDate" IsGroupBy="True" />

            </igDP:FieldLayout.SortedFields>

is their any way to do in xaml?

Parents Reply Children
No Data