RadiantQ Forum
Product => WPF Gantt Package => Topic started 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)
{
...
}
-
JuanMB,
Thanks for pointing out this issue. We will address this in our next version.
Thanks,
Amar