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
710
GroupBy Area Location in xamdatagrid
posted

Hi,

There is a certain are in the header that is coming because I have used GroupBy in xamdatagrid.

How can I hide that area

I have marked that area in red on left hand side of the header

I have tried the following

<igDP:XamDataGrid.FieldLayoutSettings>
  <igDP:FieldLayoutSettings RecordSelectorLocation="None" />
</igDP:XamDataGrid.FieldLayoutSettings>

Thanks

Sumeet