Someone knows how to get the rows on band(1) with javascript, I try to select all checkbox on second band but I´m using...
function SelectAll(colIndex) { var checked = cbSelectAll.checked; //var rows; alert(oGrid.Rows.length);
for (i = 0; i < oGrid.Rows.length; i++) { oGrid.Rows.getRow(i).getCell(1).setValue(checked); //rows = oGrid.Rows.getRow(i).getChildRows(); //rows.getCell(colIndex).setValue(checked); } } ///End of Header Select All functionality
with these code I only select the rows of first band...
help me, please thanks...
Hi memowebdev,
Please refer to the following thread regarding this matter:
http://community.infragistics.com/forums/p/41980/318654.aspx
Hello memowebdev,
Please post in the forum corresponding to your product and control. For example, ASP.NET WebGrid or ASP.NET WebDataGrid. This way, the developers specific to that product will be able to help you.
Elizabeth AlbertLocalization Engineer