search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

change row header name

Asked by np
12 years ago.

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

Answer posted by Rhys
12 years ago.

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
12 years ago.

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

Comment posted by Rhys
12 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
12 years ago.

oky got it, thanks !

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.