JQGrid resizing-footer row and header row is distortes and not aligned with the jqgrid after resizing

…衆ロ難τιáo~ 提交于 2020-01-17 04:30:08

问题


I tried resizing of jqgrid with the following code,

$(window).bind('resize', function() {
                    jQuery("#list").setGridWidth($('#jQGrid').width(), true);
                }).trigger('resize');

The grid gets resized, but the footer row that has the userdata and the header row that holds the column names are distorted and not aligned with the grid column cells.Is it possible to resize the footer and header automatically with the jqgrid? Any help is appreciated.

Thanks in advance, Poorna.

来源:https://stackoverflow.com/questions/33118099/jqgrid-resizing-footer-row-and-header-row-is-distortes-and-not-aligned-with-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!