October 19, 2025, 04:26:03 PM

See more Support incidents in our old archived forum.

Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
WPF Gantt Package / Re: Combining special lines and scheduling
« Last post by Rajagopal on June 11, 2021, 12:55:04 AM »
Hi Jan,

We are looking into it and we will get back to you soon.

Thanks
Raja
32
WPF Gantt Package / Combining special lines and scheduling
« Last post by tim on June 08, 2021, 01:14:37 PM »
Hello,

we use dynamic special lines (similarly as in the sample DynamicSpecialLines) and want to add custom resource level scheduling now.
We set "Canvas.ZIndex" to "-1" for the special lines so that they appear behind the tasks (as recommended in http://newforum.radiantq.com/index.php?topic=78.0) but they now also appear behind the scheduling. Is there a way to draw them behind the tasks but in front of the scheduling?

Default:



Canvas.ZIndex -1 on SpecialLines:



Best regards
33
jQuery Gantt Package / Re: Export a custom column to MS project XML
« Last post by Rajagopal on April 02, 2021, 07:52:52 AM »
Hi dniezgoda,

Can you please send an email to support@radiantq.com to get an update on this request.
34
Hi,

We have fixed this issue, can you please send an email to support@radiantq.com to get the latest version?

Thanks
Raja
35
Announcements / New Release: WPF Gantt Package 10.0
« Last post by ForumAdmin on March 12, 2021, 01:10:44 AM »
RadiantQ is very excited to release a new version of our WPF Gantt Package, version 10.0. Among other things, we now also support the latest .NET 5.0!

1) SelectedRowsDropCanceled event to listen for the cancel event
2) Support for Hierarchical Data in OverviewControl
3) RoundTimeAdjustedTo Event to let the user decide the rounding adjustment of times
4) Introduced ScheduleToPlotWith event to decide the schedule dynamically
5) New "PreventHorizontalShifting" option specifies whether horizontal movement if tasks should be prevented or not. Default is 'false'
6) Added .NET 5.0 Projects and assemblies. and updated .NET Core 3.0 to LTS Version .NET Core 3.1
7) this.SelectionKeys = null to select a task without any keypress (See UG Topic - Taskbars Selection)

Some bug fixes.

Hope you enjoy working with our latest version as we did building it!

RadiantQ Team
36
Hi,

MSProject xml has repeated node xml element to store the predecessor values, without any dedicated parent for it. So, converting from JSON object to XML wouldn't work. We are making progress to support it in-built itself. Will update you soon.
37
We are looking on this, will update you soon.
Hi,

Any update on this please?
38
jQuery Gantt Package / Re: Export To MS Project XML with multiple Predecessor value
« Last post by Rajagopal on February 25, 2021, 03:35:36 PM »
We are looking on this, will update you soon.
39
jQuery Gantt Package / Re: Export To MS Project XML with multiple Predecessor value
« Last post by dniezgoda on February 24, 2021, 04:12:46 PM »
btw, i have checked the source code, looks like PredecessorLink is alway overrided by last predecessor value

Code: [Select]
f.ProjectTask.prototype.updatePredIndicesString = function (a) {
        var c = this.Element.PredecessorLink;
        null != c && void 0 != c && delete this.Element.PredecessorLink;
        if (null != a && "" != a) {
            var c = [],
                d = [],
                e = [],
                h = this._project.Tasks;
            b.Model.DataBoundGanttModel.ProcessPredecessorString(a, 1, c, d,
                e, void 0);
            for (a = 0; a < c.length; a++) {
                var m = c[a];
                h.ContainsTask(m) && (m = h.GetTaskByID(c[a]).ID);
                var k = {};
                k.PredecessorUID = m;
                k.Type = f.Utils.toString(d[a]);
                k.LinkLag = f.Utils.toLagString(e[a]);
                this.Element.PredecessorLink = k
            }
        }
    };
40
jQuery Gantt Package / Export To MS Project XML with multiple Predecessor value
« Last post by dniezgoda on February 24, 2021, 03:31:29 PM »
Hi Support team,

we have an issue with Save MS Project XML functionality, it cannot export the full predecessor column with multiple value
for eg: Predecessor value is "1,2" then only "2" was exported when opened it from MS Project

could you help me to resolve this issue?

Thanks in advance!
Pages: 1 2 3 [4] 5 6 ... 10