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 Reply Children