DataGrid rows selection at client side

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can i select all the rows in a datagrid with a color when i check the
checkbox in the datagrid header. can i do this at client side. i need to
delete all the selected rows when i click on a delete button. Please help
with a sample code.

Thank you
 
The directions: loop through the DHTML presentation of the grid, which is a
<table> and set className attributes for all <tr>s to a class that makes the
rows look visually selected.

Eliyahu
 
Back
Top