Hi, I have a data grid bound to a dataset that contains two tables. I've created primary key constraints on the tables to enforce business rules and so when a user types in values that would produce a duplicate key the data grid displays a message indicating that the columns are constrained to be unique. So it's working fine but the problem is that the message displayed automatically by the data grid is not appropriate for the user. I'd like to intercept and customize the message that the data grid displays during this situation. Is this possible?
Thanks in advance.
Thanks in advance.