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

Databind feature request

1 Answer 27 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 18 Jun 2010, 02:15 PM
I seem to do this to 90% of my databound combos

    protected void Combo_DataBound(object sender, EventArgs e) { 
        ((RadComboBox)sender).Items.Insert(0, new RadComboBoxItem(""null)); 
    } 

Could that perhaps become a property on the control?...
RadComboBox1.InsertNullFirstItem or something...?


1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 18 Jun 2010, 03:04 PM
Hi Steve,

We already have this featured logged in our Issue Tracking System.

I associated it you with the corresponding Work Item and you can track its status here.

Best wishes,
Simon
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
Tags
ComboBox
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Simon
Telerik team
Share this question
or