Hello, I'm using XtraGrid with XPCollection as data source on my form. What I need is to catch LockingException to display my own message and reload object on the background. Previously I’ve been making this by handling BeforeCommitTransaction on my form and then I was calling CommitTransaction...