I am using SmartGWT Power 3.1 4/12/2013
I am trying to determine if we could replace the Gantt chart we created using Flex in favor of your Calendar API.
The documentation doesn't appear to be overly clear, so I was hoping you can clarify. If I try to get minute resolution in the header I can't even get the chart to load, the UI just hangs. Frankly, this isn't entirely necessary as a view, but I am trying to get finer resolution for drag n drop of events on the timeline. Does there exist a way to set the drag step size independent of the smallest column heading? If we use TimeUnit.DAY, TimeUnit.HOUR for the headings and set the default range to 24 hours That ought to be sufficient for the view, but users need to be able to drag events with minute resolution.
Secondly, the chart tends to draw events beyond the range of the defined columns if the event extends beyond the visible range. Is there a way to prevent this from occurring?
We would like the user to be able to rearrange the vertical order of events, we would use this for prioritization. I cannot seem to find a way in the current implementation to enable this kind of capability?
Thanks for your help.
I am trying to determine if we could replace the Gantt chart we created using Flex in favor of your Calendar API.
The documentation doesn't appear to be overly clear, so I was hoping you can clarify. If I try to get minute resolution in the header I can't even get the chart to load, the UI just hangs. Frankly, this isn't entirely necessary as a view, but I am trying to get finer resolution for drag n drop of events on the timeline. Does there exist a way to set the drag step size independent of the smallest column heading? If we use TimeUnit.DAY, TimeUnit.HOUR for the headings and set the default range to 24 hours That ought to be sufficient for the view, but users need to be able to drag events with minute resolution.
Secondly, the chart tends to draw events beyond the range of the defined columns if the event extends beyond the visible range. Is there a way to prevent this from occurring?
We would like the user to be able to rearrange the vertical order of events, we would use this for prioritization. I cannot seem to find a way in the current implementation to enable this kind of capability?
Thanks for your help.
Comment