So, the RadGridView has thrown the following exception:
System.NullReferenceException occurred
_HResult=-2147467261
_message=Object reference not set to an instance of an object.
HResult=-2147467261
IsTransient=false
Message=Object reference not set to an instance of an object.
Source=Telerik.WinControls.GridView
StackTrace:
at Telerik.WinControls.UI.GridNewRowBehavior.OnMouseDownLeft(MouseEventArgs e)
InnerException:
Break on Common Language Runtime Exceptions always stops on Application.Run(mainForm)
Clearly not much use (to me!) but I want to dig deeper. Can I step into the grid code? I'm sure Reflector VS Addin had functionality to step in to referenced assemblies. Might be a good one for the Telerik Just Decompile.
Are debugging symbols available for the RadGridView? In this instance I have my own custom editor which I suspect overriding of value is affecting the grid in someway.
Thanks
Andez
System.NullReferenceException occurred
_HResult=-2147467261
_message=Object reference not set to an instance of an object.
HResult=-2147467261
IsTransient=false
Message=Object reference not set to an instance of an object.
Source=Telerik.WinControls.GridView
StackTrace:
at Telerik.WinControls.UI.GridNewRowBehavior.OnMouseDownLeft(MouseEventArgs e)
InnerException:
Break on Common Language Runtime Exceptions always stops on Application.Run(mainForm)
Clearly not much use (to me!) but I want to dig deeper. Can I step into the grid code? I'm sure Reflector VS Addin had functionality to step in to referenced assemblies. Might be a good one for the Telerik Just Decompile.
Are debugging symbols available for the RadGridView? In this instance I have my own custom editor which I suspect overriding of value is affecting the grid in someway.
Thanks
Andez