how to change row data field. how to change row header names, instead of time i want to show room names
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.
i want to add row headers, columns wud add columns header right?
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
oky got it, thanks !