Enable a checkbox after the checkbox has been disabled.
Enable a checkbox after the checkbox has been disabled.
Hello,
i know to disable a checkbox we do:
myGrid.setCellEditable(false,myChkBoxColumn);
myGrid.getCellTemplate(myChkBoxColumn).setEvent("onclick", function(){});
After this is done, how do you enable the same checkbox?
sv
Monday, October 1, 2007
even i m in need of same functionality...plz can any1 help
Hello,
i know to disable a checkbox we do:
myGrid.setCellEditable(false,myChkBoxColumn);
myGrid.getCellTemplate(myChkBoxColumn).setEvent("onclick", function(){});
After this is done, how do you enable the same checkbox?
sv
Monday, October 1, 2007
even i m in need of same functionality...plz can any1 help
jessica
December 27,