Hello,
To avoid bad height alignment of toolbar searching (jqgrid 3.5.2)
replace in ui.jqgrid.css:
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:16px;}
by:
.ui-jqgrid th div{overflow:hidden;position:relative;height:16px;}
.ui-jqgrid-htable th div{overflow:hidden;position:relative;height:100%;}
Regards.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top