Bulk Delete in Ultragrid (multiple price lists at once?)

We have a bunch of customers that need their Billing -> Discount Price Lists deleted. We can highlight them, hold down ctrl, and hit the delete key over and over, but this is so repetitive.

Is there a way in an epiUltraGrid to select all and delete all with one click/action?

You could possibly catch the before delete event of the grid, look if there are multiple selections, if so cancel standard delete and implement your own delete logic.

You could do it with a DMT. We us that for mass updates or deletes.