BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
Hi
Chandru,
Thanks
for contacting Syncfusion support.
Please
find the response for your queries below,
S. No |
Query |
Comments |
1. |
Is
there are any way to Show only the particular month in Gantt chart.
|
You
can achieve this by setting particular month data as ItemsSource for
GanttControl. |
2. |
Is
there are any way to show alert message before drag and drop the task node in
Gantt Chart. |
By
using NodeDragDelta and NodeResizingDelta events you can
achieve this requirement. |
3. |
Is
there any way to move (drag) resource 1 to resource 2, now only datewise is
available.. |
As
of now we do not have the support to move node from resource 1 to resource 2.
Please create a new incident for this feature request through
DirectTrac system for further technical updates related to this feature.
Direct
Trac Link : https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
|
Please
let us know if you need further assistance.
Regards,
Riyaj
Ahamed I
Hi Chandru,
We have
created a sample to prevent the overlapping of nodes while dragging and resizing
the nodes. Please check the sample from the following link,
Sample: Preventoverlapping.zip
Please let
us know if you have any concerns.
Regards,
Riyaj
Ahamed I
Hi Chandru,
Yes, this
is possible with our GanttControl. Please refer the following links to achieve
this requirement,
UG Link: http://help.syncfusion.com/ug/wpf/gantt/default.htm#!documents/howtoincludecustomco.htm
http://help.syncfusion.com/ug/wpf/gantt/default.htm#!documents/howtocustomizetheexistingcolumns.htm
Please let
us know if you need further assistance.
Regards,
Riyaj
Ahamed I
Hi Chandru,
We have created a sample to prevent the overlapping of nodes while dragging and resizing the nodes. Please check the sample from the following link,
Sample: Preventoverlapping.zip
Please let us know if you have any concerns.
Regards,
Riyaj Ahamed I
Hi,
I need this too. Avoid overlapping between task trough NodeDragDelta and Resizing but within MVVM?
It is possible?
Thanks for your help
Regards
Louis
Hi Louis,
Currently, we are not having command support to detect the interaction in the Gantt chart. We have achieved your requirement by having the GanttControl in the ViewModel.
Please find the demo sample from the below link.
Regards,Vignesh R.
Hi Riyaj,
thank for your support. I did some more investigation to keep my model view model.
I think I found a way to do that (with mvvmlight from galasoft, Laurent Bugnion - http://www.mvvmlight.net, based on an EventArgsConverter ) I you want I can send you my code if you want to publish it in your forum, it can help perhaps some people:
Regards
Louis