JavaScript to Loop through Datagrid

  • Thread starter Thread starter Rathtap
  • Start date Start date
R

Rathtap

I have a pop-up window that has a grid of which the first column is an
unbound checkbox and the second is databound label.
When the user closes the window I want to be able to loop through the
grid in the client-side and create a string to hold values contained
in the second column to return to the calling page but for only those
rows that the user selects.
Any sample javascript will be appreciated.
 
View HTML source of the window. You will see what HTML elements make up your
grid. It will give you an idea how to loop through them.

Eliyahu
 
Back
Top