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?