Home Unanswered Active Tags New Question

change row header name

how to change row data field. how to change row header names, instead of time i want to show room names

Asked by np 1 month ago.
Replies

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.

Answer posted by Rhys 1 month ago.

i want to add row headers, columns wud add columns header right?

Comment posted by np 1 month 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 Rhys 1 month ago.

oky got it, thanks !

Comment posted by np 1 month ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java