In the new appontment template I have dropdown with 3 items using Resources. but the top element is displaying "-". I want to remove "-" and want to write "--Select--" instead.
How can I achieve it ?
I am using asp.net ajax radscheduler. and this is inbuilt advance template not custom template.
2 Answers, 1 is accepted
0
Veronica
Telerik team
answered on 29 Apr 2010, 04:18 PM
Hello chirag,
All you need is to subscribe to FormCreated event. Then find the RadComboBox for your resource type and change the first item's text to "-- Select --":
In the above code, 'Room' is the resource type name, but we need the 'res' prefix also to find the combobox control.
Kind regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.