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.