Cells navigation and dragging rows

Posted by: carlo.vecchiato on 6 March 2018, 1:24 am EST

    • Post Options:
    • Link

    Posted 6 March 2018, 1:24 am EST

    Hi there,

    cell navigation does not work properly after dragging rows.

    You can test it on this JSfiddle. (wijmo version 5.20173.409)

    http://jsfiddle.net/gemini81/g0dr2csr/23/

    Could you provide me some feedback about it?

    Kind regards,

    Carlo

  • Posted 6 March 2018, 1:25 am EST

  • Posted 6 March 2018, 5:06 pm EST

    Hi,

    Please try this code and let me know if it works for you

     grid.selectionChanging.addHandler((s,e)=>{
      	if(e.row==-1){
        	e.cancel=true;
        }
      });
    
    

    http://jsfiddle.net/rf24xbva/

  • Posted 6 March 2018, 7:59 pm EST

    Hi Abhishek,

    with your workaround is working as expected, thanks!

    Cheers,

    Carlo

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels