Accessing Datagrid Cells in client-side script.

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
 
D

debs

Wondering if you ever figured this out and if so what did you do. I've
been searching for several days now and have not been able to find
anything similar. Thanks in advance in you have information to share.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top