Hello, I have a radgrid. Have one column of Radtextboxs each of their values are based on another column of radtextboxes. For example,
the value of radtextbox in row 1 column B (txt_result)= value of radtextbox in row 1 column A (txt_original)* 2. That is, whenever the user type 2 in txt_original, txt_result will automatically update its value to 4. I want to achieve this by using Javascript before I submit everything in the grid to the server.
Any help is appreciated!
Thanks
the value of radtextbox in row 1 column B (txt_result)= value of radtextbox in row 1 column A (txt_original)* 2. That is, whenever the user type 2 in txt_original, txt_result will automatically update its value to 4. I want to achieve this by using Javascript before I submit everything in the grid to the server.
Any help is appreciated!
Thanks