Kendo grid AngularJS - Create a formula builder in kendo ui grid

219 Views Asked by At

I have a kendo ui grid with multiple columns. And I want to create a formula builder(like a pop up) so that user can select multiple columns with some operators(+,-,*,/) and display the result in another column.

Is there any way to do this for Kendo UI grid?

0

There are 0 best solutions below