Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Client Side Scripting for gridView
posted

Hi,

is there a piece of code which i can use to iterate over a grid view. I have a grid in which the cells contain different controls, like textbox, date chooser etc. What I want is on click of anywhere on a row I want to display the row data on a different panel. I was wondering if I can iterate over the grid using javascript and do the same. 

Or if someone can suggest to fullfill my requirement. I can work even if I can bind the event to Server side managed bean method.