Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
RecordSubmitted event needed
posted

I'm using xamDataGrid to add new items to the data source. My data source is a collection which implements IBindingList.

What I need is to respond to the event when record represented by 'new row' is becoming 'usual' record. I want to implement some validation logic there.

How can I do that?

I only see two events : RecordAdding and RecordAdded which are obviously not what I need because they are fired right after user starts to edit 'new row'.