Is it possible?
About month view.
- remove text bar event day.
- Fill color to event day
- Add tool tip.
In previous,
I try to use mini-calendar and it can’t add tool tip into mini-calendar(I found in other forum).
That’s why I need change it to this new solution in this post.
See in attached file for example.
Hello,
it seems to require quite a lot of customization, which brings the question of the appropriateness of a month view for this task.
It may be easier to use minicalendar extension and modify it in order to support tooltips. You can copy not modified version of dhtmlxscheduler_minical.js from the package and do all required customizations and then add it to the page using the Extensions collection
DHXScheduler.Extensions.Add("…/path/dhxscheduler_minicalendar_custom.js");
The url should be specified relatively to Scripts/dhtmlxScheduler/ext folder