I have a RadCombobox with checkbox with load on demand. Can you give me a complete example with how i can valorize text property (for server side) on this mode valueA, valueB, ValueC, ecc for catch it server side?
Please example that work for check and unceck items.
Since you are Data Binding the ComboBox you could use the DataTextField and DataKeyField properties to map the Text and Value properties of Items to columns of the underlying data rows (more info here).
Here and here you could find two examples of a ComboBox with CheckBoxes. Are the useful to you?