hi,
I am trying to do something similar to the demo for Grid / RadNumericTextBox for Footer Totals (http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandinput/defaultcs.aspx?product=grid).
However, my situation is a bit different. I have a grid with template column like so:
And javascript as recomended in the demo:
However, when grid is in Edit mode, in addition to modifying total value in the footer, I need to modify value in another cell of the edited row of the grid (which is also a text box in edit mode). How can I access this other control and set its value inside my
txtTotalCost_OnBlur function.