Hi,
I want to implement functionality that, In the events i am adding the users by adding active areas, But if suppose it goes beyond the height of actual event height then i need to show more info icon at the bottom,
Currently i am facing issue that i want this things in the onBeforeEventRender event but here i am not getting the actual height of event as it is not rendered yet (I want to do it in onBeforeEventRender because i want to add the active area for more info)
Is there anyway i can get height of event in onBeforeEventRender event, or is there any other way by which i can implement this functionality?