|
<style>
.e-schedule .e-outer-table > tbody > tr > td:first-child {
display: none !important;
}
</style> |
|
S.No |
Query |
Comments | |
|
1
|
the resources panel of the left side should not be shown - Can I disable it by property or have I do this by CSS?
|
Yes, it is possible to hide the TreeGrid part, by using the property
SplitterSettings.View property.
| |
|
2
|
there can be 3 work shifts with 8 hours each, but there also can be 4 with 6 hours each or also with a not equal number of hours (example: 6/8/4)
|
We have achieved shifts with 8 hours by setting TopTier.Count as 8. But the shift hours will be common. We cannot assign different hours for each shift.
| |
|
3
|
How can I design this generic? The column span should work and is it also possible to draw a thicker line, lets say, after every 8 hours, like in the picture below, to signalize the user that the work shift ends here?
|
By over-riding the CSS we can render thicker lines at particular intervals. Please find the below code example.
| |
|
4
|
Is there a way to show a preview of the full appointment while holding the mouse over the scheduler? |
Yes, it is possible to show the details while hovering on the taskbar using tooltip. For this we need to enable ShowTooltip.
| |
|
5
|
While holding the mouse over the scheduler is there a way to "grey out" or something on the resources where the appointment should not be dropped?
|
From your query, we understand that, you want to select a taskbar as target and perform drag action vertically. Is this your requirement? If not please elaborate your query, so that it will be very helpful, to check from our end and provide you a proper solution. |