This question is locked. New answers and comments are not allowed.
Dear Telerik Team,
I am using Telerik MVC Grid with Ajax Binding and inline editing mode.
I want to populate value on the other column based on the value entered in the one column. e.g. I have AmountExGST, GST and AmountIncGST Column on the grid. Once I entered AmountExGST and tab out, I need to pass that amount to the controller and get back GST and AmountIncGST and populate again in the Grid. Is there an event for the textbox inside the grid that I can use to pass values to the controller through jQuery or is there any other way to do this?
Thank you for your help.
I am using Telerik MVC Grid with Ajax Binding and inline editing mode.
I want to populate value on the other column based on the value entered in the one column. e.g. I have AmountExGST, GST and AmountIncGST Column on the grid. Once I entered AmountExGST and tab out, I need to pass that amount to the controller and get back GST and AmountIncGST and populate again in the Grid. Is there an event for the textbox inside the grid that I can use to pass values to the controller through jQuery or is there any other way to do this?
Thank you for your help.