Completed
Last Updated: 06 Nov 2023 06:58 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)
Vladimir
Created on: 27 Oct 2023 09:06
Category: GridView
Type: Bug Report
1
GridView: NullReferenceException is thrown when editing cells with a RadMultiColumnComboBox in quick succession

A NullReferenceException can be thrown when quickly editing different cells with a RadMultiColumnComboBox (placed in the CellEditTemplate of the column) and changing the selection. 

System.NullReferenceException
  HResult=0x80004003
  Message=Object reference not set to an instance of an object.
  Source=Telerik.Windows.Controls.GridView
  StackTrace:
   at Telerik.Windows.Controls.MultiColumnComboBox.GridViewDropDownContentManager.OnMouseUp(Object sender, MouseButtonEventArgs args) in Telerik.Windows.Controls.MultiColumnComboBox\GridViewDropDownContentManager.cs:line 283

0 comments