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
1415
Igx grid Sum of columns of two different grids should not be more than 100
posted

I am using two Igx data grid.

Scenario: I have 2 grids, sum of particular columns of two grid should be not greater than 100. In grid1 (grid) and grid2 (grid1), there is a column in each grid with datatype number and that sum should be = 100. How can i achieve the same? If the sum is greater than 100 than toast error should display.

Have attached the sample Stackbliz: https://stackblitz.com/edit/angular-grid-decimal-places?file=src%2Fapp%2Fgrid%2Fgrid-allData-summary%2Fgrid-allData-summary.component.html

Kindly help for the same.

Parents Reply Children
No Data