User Profile & Activity

Hosney Member
Posted: January 23, 2011 10:26 PM

Right now I'm doing it using this code snippet. If there is a better way of doing this it would be great..

function uncheckAll() {
var grid = ISGetObject("WebGrid");
var gridRows = grid.RootTable.GetCheckedRows();
for (i = 0; i < gridRows.length; i++) {
gridRows[i].cells[1].childNodes[0].click();
}
}


Posted: January 23, 2011 9:12 PM
This won't work. I need to uncheck all checked rows. What this does is toggle between checked and unchecked.
Posted: December 26, 2010 8:51 AM

Thanks Handy. You rock! :)

Posted: December 24, 2010 1:09 AM

that worked for me. thanks! is there any simple way that we can control the order of the columns displayed?

All times are GMT -5. The time now is 3:24 AM.
Previous Next