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
165
How to assign calculated value in IgGrid column
posted

I have MVC - razor environment. My grid has columns A, B, C.  When user enters value in A and B columns then C column should be calculated(A+B) and displayed.  After that whenever A or B changes, C value should be automatically calculated.  How to do this.