This is a migrated thread and some comments may be shown as answers.

'MarkFirstMatchis not working when enable 'checkbox' property

1 Answer 38 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Naren
Top achievements
Rank 1
Naren asked on 21 Feb 2013, 07:09 AM
I have a Radcombox with MarkFirstMatch and working fine until i enabled 'Checkbox' property also.
Please help me to sort out this issue since i need both features simultaneously

My code snippet is given below:
  <telerik:RadComboBox runat="server" ID="cboDrug" Width="300px" EmptyMessage="--select--" Height="200px"
                                                        MarkFirstMatch="true" CssClass="teldrpbox" EnableLoadOnDemand="True" ShowMoreResultsBox="true" ExpandDirection="Up" CheckBoxes="true"  AllowCustomText="true"
                                                        DropDownWidth="350px"> </telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Feb 2013, 08:33 AM
Hello

This is the expected behavior.The reason is that the CheckBox selection is different from the standard RadComboBox's selection - there is no single selected item.
For more information check the following help documentation CheckBox Support

Thanks
Princy
Tags
ComboBox
Asked by
Naren
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or