Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
events not firing
posted

Hi,

I want to use databinding event, but nothing is getting fired. Below is the code:

//Initialize
$("#mGrid").igGrid(
{
     //databinding event
      dataBinding: function(evt, ui){
                                 alert("do something");
                        }});

});

Any help would be appreciated.