Hi,
On the XamDataGrid we are trying to programmatically display the SummaryDescriptionArea with the Sum Summary Description applied to each field. Our grid has AllowSummaries set to true, and SummaryUIType set to SingleSelectForNumericsOnly. We have tried setting SummaryDescriptionVisibility to Visible as well as going through the FieldSettings, FieldLayouts, FieldLayoutSettings and Field properties, but so far we have been unable to achieve the desired result. Is there any way to apply a summary description to a field and have it displayed in the SummaryDescriptionArea programmatically?
Hello Shawn,
Thank you for your post. I have been looking into it and I can suggest you see this link from our online documentation:
http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=xamDataPresenter_Programmatically_Add_Summaries_to_a_Field.html
where it is shown how to add Summaries to a field both in C# and XAML. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.