datagrid question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have 2 item templates in my datagrid. 1 column contains a disabled textbox
and the other column is a drop-down list.

is there any way to enable the textbox on a row from javascript that is
wired to the drop-down list?

thanks,
rodchar
 
Yes, you just need to understand clearly the DHTML objects representing the
template and setup javascript events that will navigate the object hierarchy
to get to the textbox properties.

Eliyahu
 
cool thanks.

Eliyahu Goldin said:
Yes, you just need to understand clearly the DHTML objects representing the
template and setup javascript events that will navigate the object hierarchy
to get to the textbox properties.

Eliyahu
 

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

Similar Threads


Back
Top