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
320
Deactivate Row at client side
posted

Hi ,

I have a requirement that if user select any row . i.e active row.

I have a html button when user clicks that then  grid active row should be set to  null.

This is to  be done at client side .

I have used function igtbl_getactiverow and then i row.set=null

But it is not reflecting  

 

Please suggest a solution

  • 30
    Offline posted

    Hi Jaddu,

     

    var objgrid = igtbl_getGridById(grid_id);

    objgrid.clearSelectionAll();

    objgrid.setActiveRow(

    null);