We are getting an excessive amount of Null Reference Exceptions from the Telerik grid. We are using the latest build that was released on Jan 14th. We only use the grid in a read only fashion. We use it as a work queue listing. We refresh the data quite frequently. We are setting the ItemsSource, we do NOT call Rebind(), we DO reset SelectedItem and if not null we call the ScrollIntoView method. All grid operations are in Try/Catch blocks. Since these null exceptions are happening inside the Telerik DLL's our application is crashing