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

[Solved] RadComboBox - ItemsRequested Event

1 Answer 187 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Prabhu
Top achievements
Rank 1
Prabhu asked on 30 Apr 2008, 12:36 PM
hi ,

I am using three RadcomboBoxes in my applicaiton. named as building,floor,room.

Based on the building, floor should populate.
like that based on the floor,room should populate.

I am using ItemsRequested event handler for Building Event combobox.

If  I clear the building ComboBox ...i want to clear the Floor,room comboBoxes also.

I have written code in Building ItemsRequest event handler.
For eg: cboFloor.Items.Clear();

but i am not able to clearing the floor,Room values.

 but i  am able to clear the  'room combobox' values if i clear the 'Floor combobox'.

so, please could you guide me in this problem


thanks
Venkatesh

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 01 May 2008, 03:18 PM
Hi Prabhu,

Basically, if you do not add any items to the Items collection of the ComboBox in its ItemsRequested event handler, the ComboBox should get emptied. Can you check the code if it adds items to the combobox?

Regards,
Erjan Gavalji
the Telerik team

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