Hi,
I am having a requirement to get sum and average of selected items (cells of specific numeric columns) of a grid in either an alert , Field or popup
Such as in the below example I want to get the average and Sum of selected Frieght columns
eg: https://demos.telerik.com/aspnet-mvc/grid/selection
I am not able to find the event for selectable: "multiple cell"
And also I want to allow this feature only on numeric fields. Please suggest the possible solution for this.