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

RadComboBox override ItemDataBound

1 Answer 163 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Marjan
Top achievements
Rank 1
Marjan asked on 05 Jul 2008, 10:28 PM
hi,
I'm testing telerik prometheus components. They work fine. I try to implement radcombobox custom component and there I have problem how to override ItemDataBound(probably OnItemDataBound) and ItemRequested(probaby OnItemRequested) events. On trying "protected(public) override .." those methods don't appear.
Please for help.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 07 Jul 2008, 07:51 AM
Hello Marjan,

There are no suitable methods to override. Instead you can subscribe to the ItemDataBound and ItemRequested events in the constructor of your custom class.

I hope this helps,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Marjan
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or