Hello All,
We're trying to accomplish something fairly simple. We have a grid with 4 columns, the first being a name, the last three being checkbox columns. Via javascript, we want to automatically check additional column/rows in our grid. So, we hooked up to the onclick() event just fine, but because the entire row is selected, we're just getting the checkbox that was selected and having a difficult time determining exactly what checkbox that is. What we want to do, is for instance, if the check the checkbox in column 4, automatically check the boxes in 3 and 2 of the same row, but we're having a tough time after we capture the onclick().
Any examples or suggestions would be greatly appreciated,
Ryan
We're trying to accomplish something fairly simple. We have a grid with 4 columns, the first being a name, the last three being checkbox columns. Via javascript, we want to automatically check additional column/rows in our grid. So, we hooked up to the onclick() event just fine, but because the entire row is selected, we're just getting the checkbox that was selected and having a difficult time determining exactly what checkbox that is. What we want to do, is for instance, if the check the checkbox in column 4, automatically check the boxes in 3 and 2 of the same row, but we're having a tough time after we capture the onclick().
Any examples or suggestions would be greatly appreciated,
Ryan