Hello, I am trying to reduce the height for specific rows.
I understand that row height is calculated automatically according to the EventHeight property, but we have some specific resources that do not have events associated (used as nodes in a treeview), and therefore it would be great to render those with a lower height than the others.
Otherwise, those rows with no events will get the same height as the others, thus wasting a lot of space.
I tried to set a different css class in BeforeResHeaderRender (with a lower height), and that works, but only for row headers! Doing the same for every cells in BeforeCellRender event does not work as well.
Do you have some suggestion how to do this?
Thanks.