This question is locked. New answers and comments are not allowed.
I have a RadGrid view bound to an ObservableCollection containing business objects. The binding to the objects works fine until I resize the grid. When resizing columns drop out of view result in their corresponding fields being set to null in the object that the row is bound to.
Is there a way to prevent this behavior? I do not want my objects to have fields nulled out erroneously when the grid is re-sized?
Is there a way to prevent this behavior? I do not want my objects to have fields nulled out erroneously when the grid is re-sized?
