Checkboxes Doubleclick Problem
Hi,
We have a checkbox in a grid. The user has to click the checkbox twice to activate it. How can I change the behaviour, so that the first click on the checkbox will activate it?
Here the important code:
var myCellData = [
["142","false","Geologe"],
["143","true","Mathe-Genie"],
["144","true","Mathe-Genie"],
["146","false","Mathematiker"]
];
grid.setCellTemplate(new AW.Templates.CheckBox,1);
Here other behaviour:
- When checkboxes are selected (a value of true in the datagrid when page is rendered), then a single click will work.
- When the user has already selected a checkbox and deselected it agian, then a single click will work.
Thanks a log for your answers
We have a checkbox in a grid. The user has to click the checkbox twice to activate it. How can I change the behaviour, so that the first click on the checkbox will activate it?
Here the important code:
var myCellData = [
["142","false","Geologe"],
["143","true","Mathe-Genie"],
["144","true","Mathe-Genie"],
["146","false","Mathematiker"]
];
grid.setCellTemplate(new AW.Templates.CheckBox,1);
Here other behaviour:
- When checkboxes are selected (a value of true in the datagrid when page is rendered), then a single click will work.
- When the user has already selected a checkbox and deselected it agian, then a single click will work.
Thanks a log for your answers
Claude
November 17,