This is my ComboBox:
When I check two items, it should say "2 items checked" in the text field, but it shows nothing until another control forces a postback. the documentation I found does not specify that a postback is required for this functionality. Can someone please confirm that a postback is required? Other than this requirement, a postback isn't necessary, so I was hoping to avoid it.
<telerik:RadComboBox ID="cmbLocationDCVL" runat="server" AutoPostBack="false" CheckBoxes="true" OnClientBlur="OnClientBlurHandler" Width="150" DropDownWidth="300px"> <CollapseAnimation Duration="200" Type="OutQuint" /></telerik:RadComboBox>When I check two items, it should say "2 items checked" in the text field, but it shows nothing until another control forces a postback. the documentation I found does not specify that a postback is required for this functionality. Can someone please confirm that a postback is required? Other than this requirement, a postback isn't necessary, so I was hoping to avoid it.