Hi,I am using xamdatagrid in my project & i want all the columns & header to be fixed.I have added AllowFieldMoving="No" in the FieldLayoutSettings. It is working fine for the columns But not Header.We can move the Header but position will not place.Some Red close button will appear when the Header movement.
Please find the image & also solution which i have attached.Please help me in solving this.
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Thank you for your reply. I have been looking into the sample and the screenshot that you have provided and in order to remove the drag indicator of the field, you can create a style for the FieldDragIndicator and add a setter for the Visibility and set it to Collapsed. Since the FieldDragIndicator is not part of the VisualTree of the XamDataGrid, you can set add the style in the Resources of App.xaml. I have ,modified the sample that you have attached to show how you can implement this approach.
Please let me know if you need any further assistance on the matter.