S.No |
Query |
Syncfusion Comments | |
1
|
we need to make a request to the server and fetch another piece of data every time the user navigates to the next or previous time span. Just don't want to load the tasks that are not on the current timespan.
|
Currently, we don’t have virtual rendering support for timeline.
But we have already logged feature for this. You can track the status from below feedback link.
As we have already lined up some major features, we could not start its implementation immediately. Please cast your vote to make it count. We will prioritize the features for every release based on demands.
| |
2 |
does the Gantt component allow to programmatically set a timespan for a specific task? The usage scenario is as follows: the user selects one of the listed tasks on a dropdown and we want the component to navigate to a timespan containing that task. Is this possible and how?
|
Yes, it is possible to focus on the task dynamically by using scrollToDate and setScrollTop method.
Please find the below code example.
In the provided sample, on change event of drop down list control, based on the value selected, we focused on the tasks.
| |
3
|
Is it possible to specify time for a task's start and end dates, up to a minute? This applies to both editing a task by expanding/shrinking the task bar and add dialog's inputs, which seem to only provide date pickers by default.
|
Yes, it is possible to set the date for taskbar up to minutes. We can also change the default edit type of column using editType property. Please find the below code example.
In taskbar editing, we cannot update the taskbar in minutes. But, by using datetimepicker, we can also select the time in both cell and dialog editing.
|