Hello,
I had redundancy checking code in UserAddingRow to ensure that no row is added with duplicate key values.
However, I'm trying to add the same checking into RowChanging to ensure that no values can be changed saved into the data source that would create that invalid situation.
I am finding that RowChanging is not getting fired (breakpoint on first line in method isn't reached), and am not sure if I'm thusly doing this incorrectly.
Thanks,
Vijay
I had redundancy checking code in UserAddingRow to ensure that no row is added with duplicate key values.
However, I'm trying to add the same checking into RowChanging to ensure that no values can be changed saved into the data source that would create that invalid situation.
I am finding that RowChanging is not getting fired (breakpoint on first line in method isn't reached), and am not sure if I'm thusly doing this incorrectly.
Thanks,
Vijay