I have a RadCombo Box with checkboxes to allow multiple selection.
Howevere I would like the user to only select a value using the checkboxes.
Right now if I click on a comboitem that value gets selected though the checkbox does not get selected for that item.
The text in the ComboBox input also changes to just the item I clicked on rather than the concatenated string of checked items.
How can i disable the selection on clicking the item?
Howevere I would like the user to only select a value using the checkboxes.
Right now if I click on a comboitem that value gets selected though the checkbox does not get selected for that item.
The text in the ComboBox input also changes to just the item I clicked on rather than the concatenated string of checked items.
How can i disable the selection on clicking the item?