Hi,
How i can remove multiple rows?
I use RowSelectors().EnableCheckBoxes(True).EnableRowNumbering(False) to features. I want delete all rows selected.
Thanks in advanced,
Best Regards
Hello Nita,
There is no built-in UI for your use-case. You can implement it yourself by creating a button or intercepting key presses of the 'delete' button and then calling Updating's deleteRow method (you need to enable the Updating feature) for each selected row. You can get all selected rows by calling Grid's selectedRows method.
Let me know if you need help implementing the solution! You could also file a feature request with your specific requirements. Infragistics bases future development on popular customer requests.
I hope this helps!
Best regards,
Stamen Stoychev