Accessing Datagrid Cells in client-side script.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lozd

    #1

    Accessing Datagrid Cells in client-side script.

    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
  • debs

    #2
    Re: Accessing Datagrid Cells in client-side script.


    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.


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    Working...