i have added a templated cloumn(checkbox) in ultra webgrind. how can i check whether the check box is checked or not in clientside, im adding rows dynamically in through javascript.. and im using net advantage 10.3
="chk">
>
/>
any idea on this?
you can use
var Grid= igtbl_getGridById(GridID);
var Row = Grid.Rows.getRow(RowIndex); // you can use: Row = Grid.getActiveRow(); to select row active
//this aleart of value of checkbox .
alert(Row.getCellFromKey("chk").getValue());