I have a gantt chart wherein the time is measured in days, at the finest level. So time is not necessary for me.
I am using RadDateTimePicker controls for start/end, and I can control their behavior (limit to days input) by setting the attribute:
InputMode="DatePicker"
So, basically, if CustomResizeBehavior|CustomDragDropBehavior is turned on, I would like the resizing or dragging of a gantt task to lock to days, and not fall to times in between days. Is there any way to accomplish this behavior?
I am using RadDateTimePicker controls for start/end, and I can control their behavior (limit to days input) by setting the attribute:
InputMode="DatePicker"
So, basically, if CustomResizeBehavior|CustomDragDropBehavior is turned on, I would like the resizing or dragging of a gantt task to lock to days, and not fall to times in between days. Is there any way to accomplish this behavior?