BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hello!
Is posible this is??
Draw a rectangle around of the Task, as a group.
Thank!
Hi Luis,
Thanks for using syncfusion products.
We have analyzed your query. Create the custom striplines to draw the rectangle around the nodes.
We have prepared a simple sample based on your requirement and please check the sample under the following location.
Sample: StripLines.zip
To know more about StripLines please refer the following UG Link,
Link: http://help.syncfusion.com/ug/silverlight/gantt/documents/striplines.htm
Please let us know if you have any other queries.
Thank you,
Jai Ganesh S
Hi Jai Ganesh S
Thanks for your answer, it was very helpful to us.
We have another situation with Gantt control Silverligth:
- Initialize Gantt control in this way
<Syncfusion: GanttControl Name = "Gantt" RowHeight = "50"
ScheduleType = "CustomDateTime"
ScrollViewer.HorizontalScrollBarVisibility = "Disabled"
Grid.Row = "1"
ShowResizingTooltip = "False"
BaseCellMinLength = "0" ResourceNameVisibility = "Visible">
- But, when we add the tasks, given a start date, with the same value of StartDate Gantt control, the Schedule does not respect the initial date which is configured.