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

Checkboxes not clickable on Android/Chrome?

1 Answer 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John Fetherolf
Top achievements
Rank 1
John Fetherolf asked on 03 May 2013, 12:22 PM
We are having an issue where the checkboxes in a RadComboBox are not checkable in Chrome on an Android tablet.  All other browsers on all other devices we support appear to be working fine.  We are on revision 2012.3.1380.40 of the controls.  Is this a known issue with this version?  Has it been fixed in a newer version?

Thanks,
Kevin

Kevin M. Betts
Lead Microsoft Developer
Kimball Midwest
<telerik:RadComboBox runat="server" ID="selJobTitles" DataTextField="DisplayText"
    DataValueField="JobTitleID" Width="95%" CheckBoxes="true"
    EnableCheckAllItemsCheckBox="true" EmptyMessage="No Job Titles Selected!"
    EnableEmbeddedSkins="false" Skin="KMBlack"
    OnItemDataBound="selJobTitles_ItemDataBound"
    OnClientDropDownClosed="FlushDropdownCheckboxCache">
    <Localization AllItemsCheckedString="All Job Titles" CheckAllString="Check All Job Titles"
        ItemsCheckedString="Job Title(s) Selected" />
</telerik:RadComboBox>

function FlushDropdownCheckboxCache(s) {
    btnHdnReloadFromChecks.click();
}

1 Answer, 1 is accepted

Sort by
0
John Fetherolf
Top achievements
Rank 1
answered on 06 May 2013, 05:51 PM
Have a slight update to this.  It appears you can click slightly to the left of the dropdown pane, off of the checkboxes to check each box, but not on the boxes themselves.  Very strange.

Thanks,
Kevin

Kevin M. Betts
Lead Microsoft Developer
Kimball Midwest
Tags
ComboBox
Asked by
John Fetherolf
Top achievements
Rank 1
Answers by
John Fetherolf
Top achievements
Rank 1
Share this question
or