View Full Version : [UNKNOWN][3.1] CheckboxSelectionModel clashes with ColumnHeaderGroup
tonedeaf
31 Dec 2009, 8:09 AM
A Grid with both CheckboxSelectionModel and ColumnHeaderGroup renders a checkbox in the ColumnHeaderGroup:
http://img403.imageshack.us/img403/5162/columnheadergroup.png
tonedeaf
31 Dec 2009, 8:49 AM
Temporary CSS fix (include in overrides.css or ColumnHeaderGroup.css):
.ux-grid-hd-group-cell .x-grid3-hd-checker {
background-image: none;
}
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.