Can't select several cell days in the view TimelineYear like it's possible in other Timeline type views.


I need to select multiple days per month, not between months, but some days next to each other within the same month in the Scheduler component. But i need it in the view type TimelineYear

I checked the demos, and its possible to select several days in this timeline:

Timeline Day
Timeline Week
Timeline WorkWeeks
Timeline Month

You can try this behaviour in the demos.

My app:

My code:





@(Html.EJS().Schedule("schedule").CssClass("year-view").Height("100%").Width("100%")//.CellTemplate("#apptemplate")

.AllowMultiCellSelection(true)
.AllowMultiRowSelection(false)
.Views(view =>

{
view.Option(View.TimelineYear).AllowVirtualScrolling(false).DisplayName("Horizontal Timeline Year").IsSelected(true).Add();
})
.Render()
)



2 Replies

EM Emiliano September 21, 2021 01:23 PM UTC

I think it's the same problem in this topic.



NR Nevitha Ravi Syncfusion Team September 22, 2021 06:15 AM UTC

Hi Emiliano,  
 
Greetings from Syncfusion Support.  
 
Currently in timeline year view of scheduler, multi-cell selection option is not available. We have already considered this requirement as feature request and logged the below feedback.  
 
The feature will be implemented in any of our upcoming releases. At the planning stage for every release cycle, we will review all the open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest and its importance in component. Priority will be given to feature request which has maximum number of votes. So, we request you to keep track of the status through the above feedback link.  
 
Regards,  
Nevitha  


Loader.
Up arrow icon