I have form template in grid. Form template contains NumericTextBox. I need to get GridDataItem object in OnValueChanged event handler. How can I implement it?
You can check out the following code library submission which explains on how to access controls placed in grid templates on the client side. In the project, a global registry (an array) is used to store the control ID's and a script is emitted for the server control that will add an item to the
global registry. Get the control that contains the server ID by looping over all the
registered elements. Accessing server controls in a grid template on the client