Hi Team,
Header Column Name is large means doesn't show to user, i don't want to resize in runtime,
i will try below inside xamdatagrid but no use,
<igDP:XamDataPresenter.FieldLayoutSettings> <igDP:FieldLayoutSettings AllowAddNew="False" AutoFitMode="OnlyWithVisibleStarFields" AllowDelete="False" HighlightAlternateRecords="True" ScrollViewer.HorizontalScrollBarVisibility="Visible" ScrollViewer.VerticalScrollBarVisibility="Visible" /> <!--DataRecordSizingMode="SizedToContentAndFixed" ResizingMode="Immediate" HeaderPrefixAreaDisplayMode="Default"--> </igDP:XamDataPresenter.FieldLayoutSettings>
Please see the attached image, Could you please resolve and let me know.
Hello Vishnuvarthan,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can suggest you to set XamDataGrid’s FieldSettings’ AutoSizeOptions Property to Labels and Width Property to Auto in order to achieve the result you want. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.