AJAX Calendar/Scheduling Controls
Hello,
I'm trying to create a small and a bigger column for each day in calendar, and I see that the property WidthPct is deprecated. And I didn't find how to do it with css. Have anybody an idea?
Thank you in advance
Stefano
Protected Sub dayPilotScheduler _Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles dayPilotScheduler.Load 'Set Up DayPilot Control dayPilotPropertyView.Width = 1050dayPilotPropertyView.Height = 300'width of ResourceColumn dayPilotScheduler.RowHeaderColumnWidths = "60, 60, 70, 70" End Sub
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java