See more Support incidents in our old archived forum.
11
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by tim on February 07, 2022, 07:48:38 AM »Hi Raja,
the bugfix works, thank you.
Can you please send us the source code and samples of the latest version?
Best regards
the bugfix works, thank you.
Can you please send us the source code and samples of the latest version?
Best regards
12
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by Rajagopal on February 01, 2022, 05:24:36 PM »Hi Jan, We sent you the latest version that addresses the reported issue to your email id. Please get it and let us know the status.
Thanks
Raja
Thanks
Raja
13
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by Rajagopal on February 01, 2022, 09:41:52 AM »Hi Jan,
We are about to share the fixed version to you. Hope you will get an update before EOD.
Thanks,
Raja
We are about to share the fixed version to you. Hope you will get an update before EOD.
Thanks,
Raja
14
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by tim on January 31, 2022, 10:01:45 AM »We are still waiting for a fix.
Best regards
Best regards
15
jQuery Gantt Package / Re: Enter/Exit Edit mode in code behind
« Last post by Rajagopal on January 17, 2022, 02:59:21 PM »We sent you the updated sample to your email. Please check and confirm it.
16
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by Rajagopal on January 17, 2022, 02:57:18 PM »Hi Jan,
We apologies for the delay. We will take a look at it and update you as soon as possible.
Thanks,
Raja
We apologies for the delay. We will take a look at it and update you as soon as possible.
Thanks,
Raja
17
WPF Gantt Package / Re: Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by tim on January 17, 2022, 09:30:42 AM »Any progress on this?
Best regards
Best regards
18
WPF Gantt Package / Special lines update does not work if FlexyGantt is placed in a TabControl
« Last post by tim on December 02, 2021, 11:06:01 AM »Hello,
we use a FlexyGantt with special lines (as in the DynamicSpecialLines sample) in a TabControl.
If you scroll through the gantt, the special lines will be updated normally but after the tab is changed and changed back to the tab with the gantt, the updated does not work anymore.

This is easily reproducible by adding a TabControl to the DynamicSpecialLines sample and place the Gantt in one TabItem and add another empty TabItem.
Best regards
we use a FlexyGantt with special lines (as in the DynamicSpecialLines sample) in a TabControl.
If you scroll through the gantt, the special lines will be updated normally but after the tab is changed and changed back to the tab with the gantt, the updated does not work anymore.

This is easily reproducible by adding a TabControl to the DynamicSpecialLines sample and place the Gantt in one TabItem and add another empty TabItem.
Code: [Select]
<TabControl>
<TabItem Header="Tab with Gantt">
<gantt:GanttControl x:Name="ganttControl" Grid.Row="1" />
<!-- FlexyGantt has the same problem -->
<!--<fxgantt:FlexyGantt x:Name="ganttControl"
Grid.Row="1"
TaskStartTimeBinding="{Binding StartTime}"
TaskEndTimeBinding="{Binding EndTime}" />-->
</TabItem>
<TabItem Header="Empty tab" />
</TabControl>
Best regards
19
jQuery Gantt Package / Re: Enter/Exit Edit mode in code behind
« Last post by Rajagopal on October 19, 2021, 03:59:13 PM »Hi, We are looking on this, will update you soon.
Thanks,
Raja
Thanks,
Raja
20
jQuery Gantt Package / Re: Enter/Exit Edit mode in code behind
« Last post by dniezgoda on October 18, 2021, 05:29:27 PM »one more thing, could you pls help me to commit a editing cell (Name column) from code behind?
For example:
When user create a new task and naming it but not hit Enter key to commit change instead he press a shotcut key to run another action.
In this case, the editing text cannot be commited to name column
For example:
When user create a new task and naming it but not hit Enter key to commit change instead he press a shotcut key to run another action.
In this case, the editing text cannot be commited to name column