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
1401
Getting the minimum value in UltraWinGrid
posted

I have a column which can have null values. Now to get the minimum value in the column the infragistics API to get these is always returning as 0. I reckon it is assuming the null values as being zero. Is there a way to override the null values and fetch the minimum value from the list.

Thanks

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    what method are you referring to? I assume you are using a Summary. Are you using the built-in Minimum summary type? Or are you using a formula?

    Whichever one you are using, you might want to try the other one and see if it behaves differently. I suspect you are probably using the Minimum SummaryType, but that if you use a formula, it will work the way you want.

    If you use a formula, remember to add an UltraCalcManager component to the form, if you don't already have one.

    If none of that works, then the other option is to write your own ICustomSummaryCalculator.