I'm working on an application where I copy data from excel into an ultragrid.
When I paste wrong data (for example I paste a string into a column that expects an integer) I get a popup from the ultragrid displaying the paste error.
I want to make my own validation without popups.
Is there a way to turn these popups off?
greetings
Gert
(at design time I created an ultradatasource to configure the ultragrid)