You can add columns to the daypilot control via: -
dayPilot.Columns.Add(name, id);
When events are added set the DataColumnsField property of the event to the id of the relevant column.
Comment posted by np 14 years ago.
i want to add row headers, columns wud add columns header right?
Comment posted by Rhys 14 years ago.
Why would you want to change the row header?
It may be possible by using something like JQuery to manipulate the DOM. If you can find the day pilot div you should be able to traverse the tree and change the value but I dont think its configurable from day pilot itself
Comment posted by np 14 years ago.
oky got it, thanks !
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.