October 19, 2025, 01:50:54 PM

See more Support incidents in our old archived forum.

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Hi Raja,

the bugfix works, thank you.
Can you please send us the source code and samples of the latest version?


Best regards
12
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
13
Hi Jan,

We are about to share the fixed version to you. Hope you will get an update before EOD.

Thanks,
Raja
14
We are still waiting for a fix.

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
Hi Jan,

We apologies for the delay. We will take a look at it and update you as soon as possible.


Thanks,
Raja
17
Any progress on this?

Best regards
18
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.

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
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
Pages: 1 [2] 3 4 ... 10