I'm trying to control column width based on the number of resources (fewer resources = wider column width) and window width. The main problems I'm having are getting a final resource count in codebehind without hitting event handlers multiple times (I'm currently using the DataBound handler; is there a better event that fires only once to get the final resource count?), as well as passing the window width to codebehind on page load.
Is there a way to set the RadScheduler ColumnWidth property in Javascript before calling repaint()?
Is there a way to set the RadScheduler ColumnWidth property in Javascript before calling repaint()?