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
205
igGridRowSelectors row selection event
posted

Hi Team, 

I'm facing difficulty to trigger client event on iggrid row selection, I want to store the selected row ID value into hidden field in my MVC application. It will be helpful if u provide the sample for this.

Thanks,

 

Parents
  • 29417
    Verified Answer
    Offline posted

    Hello simpi ,

     

    Thank you for posting in our forum.

     

    You can use the row selection changed event:

    http://help.infragistics.com/jQuery/2014.1/ui.iggridselection#events:rowSelectionChanged

    That event will fire when a new selection is made via user interaction in the grid.

    Note that by design if you trigger selection programmatically, for example via the selectRow method (http://help.infragistics.com/jQuery/2014.1/ui.iggridselection#methods:selectRow ), then the related event will not be triggered.

     

    Let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Reply Children