Hello,
I've seen the code library on how to create a RadComboBox with multiselection and checkboxes. However, all the examples I found show the RadComboBox with multiselection via checkboxes having its items added manually in the RadComboBox definition, or by adding the items via the code-behind. Is it possible to achieve this same functionality when populating the RadComboBox via a SqlDataSource? I tried adding an ItemTemplate with the checkbox, but when I click the drop down there appears to be a list of checkboxes for the number of items returned by the datasource; however, there are no other items displayed. Where the text should be for the items, it is blank. So, I have a RadComboBox with a list of checkboxes that appear to be for no values. When I click on one of the 'blank' items, the actual item text is reflected in the RadComboBox's input field.
Please let me know if it is possible to create a RadComboBox with multi selection via checkboxes, while populating the combobox via a SqlDataSource. If so, any tips on how to achieve this would be appreciated.
Thanks,
Casey
I've seen the code library on how to create a RadComboBox with multiselection and checkboxes. However, all the examples I found show the RadComboBox with multiselection via checkboxes having its items added manually in the RadComboBox definition, or by adding the items via the code-behind. Is it possible to achieve this same functionality when populating the RadComboBox via a SqlDataSource? I tried adding an ItemTemplate with the checkbox, but when I click the drop down there appears to be a list of checkboxes for the number of items returned by the datasource; however, there are no other items displayed. Where the text should be for the items, it is blank. So, I have a RadComboBox with a list of checkboxes that appear to be for no values. When I click on one of the 'blank' items, the actual item text is reflected in the RadComboBox's input field.
Please let me know if it is possible to create a RadComboBox with multi selection via checkboxes, while populating the combobox via a SqlDataSource. If so, any tips on how to achieve this would be appreciated.
Thanks,
Casey