G
Guest
Hi,
Could anyone help me with the syntax (if there is any) for manipulating
Datagrids in JavaScript.
Basically I've built a datagrid with a textbox and an asp "lookup" button.
The user needs to enter valid values in the textbox and the lookup up button
triggers a modal dialog displaying a list of valid values before returning
the selected one. This is all working fine - once a selection is made in the
dialog the JavaScript function to set the cell value is passed both the value
and the row number (both correct).
Having got this far I've found I'm not sure how to set the value of a
textbox in a Datagrid from within Javascript. Is it possible to do this and
if so how?
Thanks in anticipation.
lozd
Could anyone help me with the syntax (if there is any) for manipulating
Datagrids in JavaScript.
Basically I've built a datagrid with a textbox and an asp "lookup" button.
The user needs to enter valid values in the textbox and the lookup up button
triggers a modal dialog displaying a list of valid values before returning
the selected one. This is all working fine - once a selection is made in the
dialog the JavaScript function to set the cell value is passed both the value
and the row number (both correct).
Having got this far I've found I'm not sure how to set the value of a
textbox in a Datagrid from within Javascript. Is it possible to do this and
if so how?
Thanks in anticipation.
lozd