I am Using Jqgrid and in edit mode I am using
function in element of JQgrid like Onchange event in select box
Code is like this
{name:'tipo_norma',index:'tipo_norma', editable:true,
width:'90',align:'center',edittype:'select',editoptions:
{dataUrl:'../ajax/selectNorma.php' }}
I want to add myfunction() in Onchange event of tipo_norma combobox.
Use the dataEvent in editoptions