April 22, 2025, 03:57:17 AM

See more Support incidents in our old archived forum.

Author Topic: Random exception in SmartDateTimeTextBlickGrid_MouseLeave event  (Read 4027 times)

JuanMB

  • Customers
  • Newbie
  • *
  • Posts: 3
Random exception in SmartDateTimeTextBlickGrid_MouseLeave event
« on: February 24, 2015, 07:26:37 AM »
Sometimes, in the "SmartDateTimeTextBlickGrid_MouseLeave" event in the "TimeSpanHeader.cs" file, an exception is raised. This happens only the first time that the event is fired. But it's totally random.

An "is" statement has been added in order to avoid the exception.

if ((((Border) this.Parent).DataContext) is TimeUnit)
{
...
}

amarnath

  • RQ Members
  • Newbie
  • *
  • Posts: 33
Re: Random exception in SmartDateTimeTextBlickGrid_MouseLeave event
« Reply #1 on: February 24, 2015, 03:19:58 PM »
JuanMB,

Thanks for pointing out this issue. We will address this in our next version.

Thanks,
Amar
« Last Edit: February 25, 2015, 04:30:19 AM by amarnath »