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
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