Hello,
I got a another table related to records in my RadGridView (with Integrity referential). WHen I try to delete one, I got this message :
The DELETE statement conflicted with the REFERENCE constraint...
Where in my Silverlight application (event with DomainDataSource, RadGridView, etc) I can manage this error and display a nice message to my user?
In App.xaml.cs the event Application_UnhandledExceptionand occur but I think this is not the best place to manage this error in a specific page.
Thank a lot
I got a another table related to records in my RadGridView (with Integrity referential). WHen I try to delete one, I got this message :
The DELETE statement conflicted with the REFERENCE constraint...
Where in my Silverlight application (event with DomainDataSource, RadGridView, etc) I can manage this error and display a nice message to my user?
In App.xaml.cs the event Application_UnhandledExceptionand occur but I think this is not the best place to manage this error in a specific page.
Thank a lot