Search found 22 matches

Hello, Please add functionality of copy,cut and paste for rows in Byntum gantt as it is work in Ms Project. cell and row drag works very fine but it will only copy adjacent row and cell.It will not resolve the purpose for remote cells and rows. It is very powerful,attractive and usable feature in Br...
I have modified the advanced sample for your refernce.In this sample there is half year view added.

Once you click on 'half year view' and then select 'Zoom to fit' option then error is displyed in console(attached screen shot).

Thanks in advance.Waiting for valuable solution.
I have created a new view by the following code: var HalfYear = { displayDateFormat: 'Y-m-d', shiftIncrement: 1, shiftUnit: "YEAR", timeColumnWidth: 60, timeResolution: { unit: "MONTH", increment: 1 }, headerConfig: { middle: { unit: "QUARTER", increment: 2, renderer: f...
There is some issue with WBS column, when we delete the task sometime WBS code is not right. On bryntum site with advance sample I have deleted some task and drag and drop rows then one task that shows parent task but WBS is at same level with other task I am attaching screen shot for your reference...
I want a new view for halfyearly.For this I used the following code: middle: { unit: "QUARTER", renderer: function(start, end, cfg) { var quarter = Math.floor(start.getMonth() / 6) + 1; if (counter != quarter) { counter = quarter; return Ext.String.format('Q{0} ', quarter); } } } but it cr...
I want to hide baselineEnd Date column from task editor form and add a new column 'custom date'(our defined column).How can I do this. I have read the documentaion from :https://www.bryntum.com/products/gantt-for-extjs/docs/#!/api/Gnt.plugin.TaskEditor but dont find any property or event for deletin...
As I told you I have created a custom column of datefield type.and we are setting start date from this custom column but I am facing a problem when I select any non working day from this field then start date is also set to non working day(as we are setting this value.)but start date should not acce...
How to get the parent task of any task in taskstore?
just to remind please to the above query.
I have created a datefield type column but when I select any non working then it will be displayed in cell but I dont want to display non working day in cell,I want same functionaily as start and finsh column where it will change non working days to working days.