Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Application Error when control key is pressed
posted

The first time the tree is loaded and I press the control key , nothing happens. But if I select a cell and then refresh the view such that now no cell is selected. And now if I press the control key, it throws an application error. Any idea, why this happens and any solution to this? Following is the stack trace with the exception-

System.ArgumentNullException: Key cannot be null.
Parameter name: key
   at System.Collections.Hashtable.ContainsKey(Object key)
   at System.Collections.Hashtable.Contains(Object key)
   at Infragistics.Win.UltraWinTree.CellNavigationManager.Process()
   at Infragistics.Win.UltraWinTree.CellNavigator.get_ActiveCellPosition()
   at Infragistics.Win.UltraWinTree.UltraTree.get_CurrentState()
   at Infragistics.Win.UltraWinTree.UltraTree.IsInputKey(Keys keyData)
   at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
   at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)

Parents
No Data
Reply
  • 69832
    Offline posted

    I was not able to reproduce this behavior given the details provided herein. You should log an incident with Developer Support and include a sample that demonstrates the behavior so this can be addressed.

Children
No Data