Hello, recently we began to encounter exceptions using Telerik GridView. Exception message:
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Telerik.WinControls.Keyboard.ChordMessageFilter.CreateInstance()
at Telerik.WinControls.Keyboard.Shortcuts.AddShortcutsSupport()
at Telerik.WinControls.Keyboard.Shortcuts..ctor(Control owner)
at Telerik.WinControls.RadControl.EndInit()
at Telerik.WinControls.UI.RadGridView.EndInit()
at CreditAdmin.CardAdmin.Controls.Notifications.InitializeComponent() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.Designer.cs:line 149
at CreditAdmin.CardAdmin.Controls.Notifications..ctor() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.cs:line 17...
It seems like this happens only when we use ALT shortcuts (to navigate trough tabs ant some other functions). Does anyone knows what could be the cause of this problem ?
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Telerik.WinControls.Keyboard.ChordMessageFilter.CreateInstance()
at Telerik.WinControls.Keyboard.Shortcuts.AddShortcutsSupport()
at Telerik.WinControls.Keyboard.Shortcuts..ctor(Control owner)
at Telerik.WinControls.RadControl.EndInit()
at Telerik.WinControls.UI.RadGridView.EndInit()
at CreditAdmin.CardAdmin.Controls.Notifications.InitializeComponent() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.Designer.cs:line 149
at CreditAdmin.CardAdmin.Controls.Notifications..ctor() in c:\_Projects\CreditAdminTeboil\EmsAdmin\CreditAdmin\CardAdmin\Controls\Notifications.cs:line 17...
It seems like this happens only when we use ALT shortcuts (to navigate trough tabs ant some other functions). Does anyone knows what could be the cause of this problem ?