开发者

jqgrid width/height of jqGrid add/edit panel

开发者 https://www.devze.com 2023-03-25 00:26 出处:网络
how can I set the width and height of edit/add panel that appear if I click on add record button of jqGrid?

how can I set the width and height of edit/add panel that appear if I click on add record button of jqGrid?

jQuery("#tabImprese").jqGrid({...}).navGrid('#pagerImprese',
    {

        }, //options
        {   
        }
        }, // edit options
        {
            reloadAfterSubmit:false
        }, // add options
        {
            reloadAfterSubmit:true
        }, // del options
        {
            reloadAfterSubmit:true
        } // search options
        );
开发者_如何学编程

Thanks.


You should just use the corresponding properties width and height described here, here and here. Mostly you need use only width property (like width:500).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号