This is a migrated thread and some comments may be shown as answers.

How to remove extra item(-) from ResourceType Combobox?

1 Answer 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Venkata
Top achievements
Rank 1
Venkata asked on 31 May 2012, 03:11 PM
Hi,
I am binding ResourceType  from code behind

ResourceType rt = new ResourceType("UserCalender");          
rt.ForeignKeyField = "UserTypeId";
rt.KeyField = "UserTypeId";
rt.TextField = "UserTypeName";         
rt.DataSource = GetUserTypes();
RadScheduler1.ResourceTypes.Add(rt);

on my New Appointment window shows extra "-" item.
I do not want that Extra  "-" item in my combobox.  
How do i remove that?

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 01 Jun 2012, 01:35 PM
Hello  Venkata,

 
It seems that this issue was resolved in this forum thread

Regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Venkata
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or