html - How to force free jqgrid do draw frozen column borders for search toolbar -
if actions column has caption "activity"/custom settings , frozen, free jqgrid not draw colum borders column in search toolbar.
vertical lines not appear in search toolbar:
how fix column borders appear activity column in search toolbar ? demo in http://www.ok-soft-gmbh.com/jqgrid/ok/fontawesome4large-borderlessonhover2-frozen.htm has borders.
in testcase styles answer in remove dancing effect in chrome free jqgrid toolbar buttons in font awesome icons used used remove borders toolbar buttons. maybe remove column border also.
i made some changes in code of working frozen columns in free jqgrid. hope problem fixed now.
updated: examined code , find reason. it's easy: create frozen columns call of setfrozencolumns
before creating of filter toolbar calling filtertoolbar
(you inside of loadcomplete
callback). should change order of calls of filtertoolbar
, setfrozencolumns
or recreate frozen columns calls destroyfrozencolumns
, setfrozencolumns
.
Comments
Post a Comment