Greetings,
I create a RadComboBox at runtime based on a user's selection of items in a grid. As the user selects items in the gird, I add an entry to the RadComboBox. The RadComboBox serves as a 'breadcrumb' strategy to move the user back to a position in the grid based on what they've selected in the RadComboBox. I use the OnClientSelectedIndexChanged event to reposition the user's location in the grid. My problem is this strategy fails when only one item is found in the RadComboBox. Clearly, OnClientSelectedIndexChanged won't work because they can never change the selected item. Can anybody suggest a strategy to avoid this problem or to overcome it? It would be nice to handle a RadComboBoxItem click event but I don't see that as supported. I could add a blank item to the combo box, but it does not meet user requirements. Any suggestions would be appreciated. Thanks.
I create a RadComboBox at runtime based on a user's selection of items in a grid. As the user selects items in the gird, I add an entry to the RadComboBox. The RadComboBox serves as a 'breadcrumb' strategy to move the user back to a position in the grid based on what they've selected in the RadComboBox. I use the OnClientSelectedIndexChanged event to reposition the user's location in the grid. My problem is this strategy fails when only one item is found in the RadComboBox. Clearly, OnClientSelectedIndexChanged won't work because they can never change the selected item. Can anybody suggest a strategy to avoid this problem or to overcome it? It would be nice to handle a RadComboBoxItem click event but I don't see that as supported. I could add a blank item to the combo box, but it does not meet user requirements. Any suggestions would be appreciated. Thanks.