I have a 2 level hierarchal grid. The 2nd level grid contains several template columns with radtextbox's. One of the columns is to capture a starting page number and another is to capture and ending page number.
When editing a row in the 2nd level grid I would like to copy the contents of the starting page number column to the ending page number column.
I assume i need to call a javascript function using the OnTextChanged event from the radtextbox for the Starting page number column, but I don't know how to access the starting page number and ending page number text box's from within the javascript function.
Thanks for your help.
When editing a row in the 2nd level grid I would like to copy the contents of the starting page number column to the ending page number column.
I assume i need to call a javascript function using the OnTextChanged event from the radtextbox for the Starting page number column, but I don't know how to access the starting page number and ending page number text box's from within the javascript function.
Thanks for your help.