Categories | Question details Back To List | ||
about radio buttons in GRid Hi, I am using DHTMLX grid with radio buttons as first column in each row. On selecting the radio button, I need to a call a javascript function. How can i implement this? Thank, Sachin Answer posted by Support on Nov 26, 2008 08:19 You can use a code similar to next grid.attachEvent("onCheckbox",function(id,index,mode){ // code here will be called each time when radio or checkbox clicked in grid }); |