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
585
deleteRow not working with virtualization set to True
posted

With virtualization set to False in "continuous" mode, adding "ui-iggrid-deletedrecord" class to the selected row will have the deleting styles (italic and cross-line) stayed. However, my code to set a selected row for deletion below does not take effect when virtualization set to True. Any idea?

mySelectedRow.element.addClass("ui-iggrid-deletedrecord");

Thanks!

Parents
No Data
Reply
  • 845
    posted

    hi Erica,


    It works for me. Maybe it's some edge case or you are doing something wrong.

    Can you check the element returned by mySelectedRow.element? Adding a class to it with jQuery should not be a problem.

    It will be very helpful, if you attach a sample that reproduces the issue.

    Regards

    Lyubo

Children