RowHeaderColumn change after EventResize
9 years ago.
Hi,
I would like to change the HTML content of a specific column using this code for my Scheduler:
Public Sub dpCalendar_EventResize(sender As Object, e As DayPilot.Web.Ui.Events.EventResizeEventArgs) Handles dpCalendar.EventResize
Me.dpCalendar.Resources.FindById(e.Resource).Columns(0).Html = 20
End Sub
but always remains the same value until page refresh.
What can I do? Is it possible to add a column on the left panel (RowHeaderColumn) with the time length of his resource by another way?
Thank you.
Davide
DayPilot