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
168
ultraGrid's summary dialog has just Count checkbox enabled
posted

Hi,

the summary dialog enables me only to check the Count summary type while others are disabled. Setting summary for the grid via API, i.e. 

SummarySettings maxSummary = e.Layout.Grid.DisplayLayout.Bands[0].Summaries.Add(tmpCol.Key, SummaryType.Maximum, tmpCol);

works fine and grid displays sum, max, min etc.

What's wrong there? I supoose there is a problem reading data type for columns in the underlying DataTable, am I wrong? 

Thanks