I have a web grid with radio button as a template column.
On the click or CheckChange of the radio button, i need to get the value of a cell in the particular row in the web grid and populate a hidden field with the value. How can this be done using javascript without any postbacks?
Hi
I have created a sample based on my understanding and uploaded here.
Let me know if this helps you.
Greetings
Cool. That solved my problem. thanks