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: text

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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -