I have a Grid with 2 columns. The first contains a label and the second an input control (number).
The grid is connected to a datasource and the label to a field in the datasource. The Input controll is not connected.
When the Datasource is Invoked the Grid expands to contain all the records.
I want to evaluate the Input control's value on the 'Value Change' event when the user types in a value.
I also want to loop through the input controls which would be an array of controls and retrieve the values in them.
Can anyone help me.