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
190
XamDataGrid Summaries
posted

 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?