Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 11, 2008 05:39
open dhtmlx forum
onCheckbox event

Please tell me how do I write onCheckbox event for grid
Answer posted by Support on Nov 11, 2008 05:54

grid.attachEvent("onCheckbox",function(id,ind,state){
           alert("checkbox at row "+id+" cell "+ind+" was "+(state?"checked":"unchecked"));
});