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

how can i extend a RadComboBox?

1 Answer 117 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shaihan
Top achievements
Rank 1
Shaihan asked on 22 Mar 2010, 02:25 PM
i need to extend a RadComboBox which will load bind same data to itself. i dont want to rewrite this data binding code in different forms. so is it possible to extend combo box to bind some data and use it in other places?

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 23 Mar 2010, 09:49 AM
Hi Shaihan,

You could put RadComboBox in a UserControl and configure it as you wish, then use this UserControl in your data forms. Other option could be to create a new class, that inherits from RadComboBox and in this class' constructor (or Loaded event) you could apply the needed bindings. Both solutions have specifics and could not work in all scenarios.

Kind regards,
Valeri Hristov
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
Shaihan
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or