RadiantQ Forum

Product => WPF Gantt Package => Topic started by: JuanMB on February 24, 2015, 07:26:37 AM

Title: Random exception in SmartDateTimeTextBlickGrid_MouseLeave event
Post by: JuanMB 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)
{
...
}
Title: Re: Random exception in SmartDateTimeTextBlickGrid_MouseLeave event
Post by: amarnath 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