This question is locked. New answers and comments are not allowed.
We currently have a call in one of our ViewModels that calls to RefreshGrid inside of our View that happens after an update to the properties of one of the records inside of the RadGridView. RefreshGrid just calls RadGridView.Rebind(). If there is only one row inside of the RadGridView, it does not actually update any of the columns with the new data, event though the appropriate changes have been made in the database. If we have two rows, everything functions as expected with the correct columns getting their updated information. Any ideas?