This is a migrated thread and some comments may be shown as answers.

[Solved] Grid in-line edit

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Howard
Top achievements
Rank 1
Howard asked on 12 Dec 2011, 04:50 AM
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.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Dec 2011, 06:13 PM
Hello Niroj,

I am afraid that there is no build in event for focusing out of editable cell when using InLine editing. However, you could add handler to the TextBox blur event in the Grid's OnEdit event. I
have attached a project that implements such scenario. I hope it helps.

Best wishes,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Howard
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or