Hi all,
On my grid, I have some validation rules that depending on the data entered, some data of the underlying dataset may change. There is no problem when the data changed belongs to cells at the right on the edited cell, but if it's in the left it doesn't reload (but the underlying dataset is actually changed).
I can force the reload assigning by code a copy of the dataset to the DataContext property and managing the LayoutUpdate event, but then the previous cell loses focus.
Can anyone help me?
Thanks in advance,
Antonio.