javascript - jqGrid overlay disabling the rest of my page -
i'm having problem jqgrid disabling rest of page. in other posts says people forgot load specific jqgrid .css think have 1 loaded. grid styled themeroller.
i import following css
<link rel="stylesheet" href="/src/css/ui.jqgrid.css"> <link rel="stylesheet" href="css/smoothness/jquery-ui-1.10.4.custom.min.css"> <link rel="stylesheet" href="css/main.css"> this makes cant access / click other controls: 
can tell me i'm missing? in advance, sander
added: $('#lui_grid').removeclass('ui-widget-overlay jqgrid-overlay'); after jqgrid initialization. it's fixed now.
Comments
Post a Comment