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

BoundedItem in combo item

1 Answer 45 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gourangi
Top achievements
Rank 1
Gourangi asked on 23 Jul 2008, 07:11 AM
Hi,

I want a bounded item of particular item of combo.
Do we have something like that in rad combo for winforms?

Thanks

Regards,
Divyesh Chapaneri

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 24 Jul 2008, 03:57 PM
Hello Divyesh Chapaneri,

Currently we do not offer this feature integrated in the RadComboBox (nor in RadListBox, because it's actually nested in the combobox).

However you can achieve this using ItemDataBound event which is discussed here in our documentation. In the event handler you should assign the reference of the current DataItem to the DataBoundItem.Tag property and later use it to access the data object.

If you have any further question, please don't hesitate to write us again.

 
Best wishes,
Georgi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Gourangi
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or