Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sachin on Nov 26, 2008 07:04
open dhtmlx forum
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
});