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
355
Critical error in xamwebgrid
posted

The scenario:

We have a xamwebgrid with several template columns. Most of the template columns have text boxes in them, in both the item and edit templates.

When clicking between the columns, all seems well most of the time. However, it looks as if I inadvertently perform a drag of some kind while switching columns with the mouse, I get the following error:

Value does not fall within the expected range.

   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.Control_Raise(Control control, INativeCoreTypeWrapper arguments, Byte nDelegate)
   at System.Windows.Controls.Control.NativeMouseMove(MouseEventArgs e)
   at System.Windows.Controls.TextBox.OnMouseMove(MouseEventArgs e)
   at System.Windows.Controls.Control.OnMouseMove(Control ctrl, EventArgs e)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)

There are no data or validation issues here, this seems to be totally a "behind the scenes" problem for us.

I have no idea how to even troubleshoot this problem, and putting together a repro sample may be challenging.

Any ideas?

-Chuck

Parents Reply Children