Hi, is it possible to use different styles on resources text depending on them level? Example: level 0 (parent) -> font-bold: true level 1 (child) -> font-color: red;
Thank you Davide
I've found a solution: dpCalendar_BeforeResHeaderRender
In vb code I change the property e.html in e.html = "<b> & e.html & "</b>" if some my contitions are true.
Bye Davide
Great, thanks for the update!