Hi Vinitha,
But I can't drag it to the next month/day.
Please find attached a sample images for better understanding.
This is my HTML, I couldn't find my mistake
<ejs-schedule #scheduleObj width='auto' height='100%' cssClass='custom-css'
*ngIf="isComponentReady" locale='tr' (eventRendered)="eventRendered($event)"
[selectedDate]="selectedDate" (dataBound)="onDataBound()"
(actionComplete)='onActionComplete($event)'
(actionBegin)="onActionBegin($event)"
[group]="group" [allowResizing]="true" [rowAutoHeight]="true" [allowDragAndDrop]="true"
[eventSettings]="eventSettings" [currentView]="currentView">
<e-resources>
<e-resource #project field='ProjectId' title='Choose Project' name='Projects' textField='text' idField='id'
colorField='color' [dataSource]='roomDataSource' [allowMultiple]='allowMultiple'
expandedField='Expand'>
</e-resource>
<e-resource field='TaskId' title='Category' name='Categories' textField='text' idField='id'
groupIDField='groupId' colorField='color' [dataSource]='stationDataSource'
[allowMultiple]='allowMultiple'>
</e-resource>
</e-resources>
<e-views>
<e-view option='TimelineDay'></e-view>
<e-view option='TimelineMonth' [isSelected]="true"></e-view>
</e-views>
</ejs-schedule>
Attachment:
drag_70b7f8bc.rar