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
760
SummaryRowSettings
posted

I've enabled SummarRowSettings on my grid, but do not see the "Sum" checkbox, I do see the Count, Min and Max checboxes....

 

I've explicitly set the column datatype as double, using the code below..

xamGrid1.ColumnTypeMappings[columnIndex].DataType = typeof(double);

Pls. assist why I'm not able to see the "sum" checkbox at the top and also the sorting of the column seems to be string based (instead of double)... 

 

Thanks