This question is locked. New answers and comments are not allowed.
I am working with the MVC3 batch editing grid and i'm new to telerik controls. I am trying to achieve the following:
I have 2 columns in the grid: Name and Salary. Total of 20 records, 10 per page.
I have a div outside the Grid on my page which holds the total of Salary(total of the 20 records)
I have a div outside the Grid on my page which holds the total of Salary(total of the 20 records)
I can edit multiple rows in the grid and edit the "Salary" column, each of cell will have that red coloured icon which tells me that the cell value has changed.
I want to display the sum in this div as and when I edit the salary cells (before I actually hit the "Save" button) something similar to the excel sheet which will have a summed up column. All this on the client side only.
Can this be achieved. Any pointers on how to get this behaviour will be very helpful.
Thanks!
I have 2 columns in the grid: Name and Salary. Total of 20 records, 10 per page.
I have a div outside the Grid on my page which holds the total of Salary(total of the 20 records)
I have a div outside the Grid on my page which holds the total of Salary(total of the 20 records)
I can edit multiple rows in the grid and edit the "Salary" column, each of cell will have that red coloured icon which tells me that the cell value has changed.
I want to display the sum in this div as and when I edit the salary cells (before I actually hit the "Save" button) something similar to the excel sheet which will have a summed up column. All this on the client side only.
Can this be achieved. Any pointers on how to get this behaviour will be very helpful.
Thanks!