I have a TreeListView that is bound to an ObservableCollection datasource.
In the radTreeListView1_CellValidating method I change another cells value depending on certain things. That change is not visible on the TreeListView. But if i click on the cell that was suppose to change. It's value updates to what it should be..
So it looks like datasource gets the change but the view does not refresh until cell gets focus.
Help?
In the radTreeListView1_CellValidating method I change another cells value depending on certain things. That change is not visible on the TreeListView. But if i click on the cell that was suppose to change. It's value updates to what it should be..
So it looks like datasource gets the change but the view does not refresh until cell gets focus.
Help?