-
Hello, I have an EditableRootListBase object bind with DataGridViev by Bindingsource object. The problems starts when database error occur (ex. Primary key validation – database is Postgresql) , I get an unhandled exception. My intentions is to catch that exception in UI layer, provide processed...