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
508
Calc Column cells defaulting to 0
posted

I have a webgrid with calculative column with formula attached. The formula is depending on some other column.

Say ColA,ColB.

ColB.Formula = [ColA]*8.345;

Now the problem is, If the value in the ColA is null, then ColB cells are returning 0 as the value instead of null.

How do I override this behaviour so that calculative columns cells are not defaulted to 0.

 

Thanks