This question is locked. New answers and comments are not allowed.
Hi team,
I am developing an application with a simple table with <tr> and <td> layout and on the bottom of the page, I have an asp.net mvc telerik grid using .Editable(mode => mode.Mode(GridEditMode.InCell)) and have a requirement where i want whenever i change a specific gridcell value(say for example: value changes from 34 to 45), the same should get reflected in one of the related column on the top html table immediately.
I know of onSave() method of the telerik grid which saves values when the active grid cell loses focus, but i want to know how can we reflect this change of value and update the same on a specific column on html table.
Please feel free to fire any questions if you have any.
Thanks,
Prashant
I am developing an application with a simple table with <tr> and <td> layout and on the bottom of the page, I have an asp.net mvc telerik grid using .Editable(mode => mode.Mode(GridEditMode.InCell)) and have a requirement where i want whenever i change a specific gridcell value(say for example: value changes from 34 to 45), the same should get reflected in one of the related column on the top html table immediately.
I know of onSave() method of the telerik grid which saves values when the active grid cell loses focus, but i want to know how can we reflect this change of value and update the same on a specific column on html table.
Please feel free to fire any questions if you have any.
Thanks,
Prashant