When I adding a new elements to the bound ObservableCollection, no new rows appear in the RadzenDataGrid until Reload() method will be called. Is that how it should be? Or is there a some property responsible for auto-updating?
RadzenDataGrid doesn't monitor changes to ObservableCollection. You should use its Reload method to refresh it.
1 Like