Request new features or modifications


Post by sun.msu »

Hey,

Test Case:

I am displaying tasks based on jobid given,
e.g. for jobid=1 I am displaying tasks as bellow

ID Name Start Date End Date jobid ParentId LogicalId
========================================================================
1 Task 1 03/08/2013 03/10/2013 1 null 1
2 Task 1.1 03/09/2013 03/10/2013 1 1 2
3 Task 2 03/10/2013 03/15/2013 1 null 3
4 Task 1 04/05/2013 04/15/2013 2 null 1
5 Task 1.1 04/05/2013 04/15/2013 2 null 2

my Gantt chart will diplay only those records with jobid==1 and for jobid==2 my gantt chart will display only those tasks with jobid==2.
I want prdecessor column to read LogicalId instead of ID to set predecessor via predecessor column.
If it is possible then provide me sample code.

Thanks in advance.

Post by nickolay »

Hello,

As already mentioned, right now it is not possible w/o writing custom implementation of the predecessor column.

I've filed your request as https://www.assembla.com/spaces/bryntum ... ity/ticket: we'll consider it for future releases.

Post by sun.msu »

Thanks nickolay.

Post by mats »

Implemented!

Post by sun.msu »

Thanks Mats.

Post Reply