-
First thing first, Awesome framework! Thanks for all your efforts in building this. Have been using this for quite sometime and really like the way this framework is built and its simplicity for devel…
-
The thing is when i use:
Method1:
$('#ID_grid').jqgrid('searchGrid',{ multipleSearch:true });
Advanced search modal is shown right when the page loads with no need to click on searc icon.
…
-
Hi,
I am using JsPDF for generating webpage div content to PDF. I am able to generate pdf. it is not giving proper lay out design of the grid. I have 7 JqGrids in my web page. My questions are
1. JsP…
-
пример колонки для onEdit
```
$r = AdminFormElement::radio( 'modelable_type', 'MODELS' ) )
->setOptions( [
Model1::class => 'Model-1',
Model2::class => 'Model-2',
] )
``…
ghost updated
6 years ago
-
if i set `NEWRELIC.ENABLED` to `false` in `staging.local.yml`, and then run `rake argo:reindex_all`, i get a crazy low-level error about `object allocation during garbage collection phase`. if i re-e…
-
I am using JQGrid to represent tabular data. Version is 4.8.2
I want to group 2 column headers. I am using setGroupHeaders method of JQGrid, but it's not working.
The error in console : cannot eva…
-
I have included the following two css files I found with jqGrid, yet the rendered grid is still plain, black and whit, without even proper padding in cells.
`ui.jqgrid.css`
`ui.jqgrid-bootstrap-ui…
-
i am trying save the jqGrid state. i can able to save the state and load the state using buttons. but i need to load the state when page load. i can able to save the state at window.unload.
when i …
-
I'm overwriting onSortCol to trigger a data reload into a local jqGrid instance, returning "stop" which I read is supposed to stop the default sorting behavior. My logic then figures out what column i…
-
Good day,
pointing out a flaw on the group header summary offsetting the columns by one when the groupSummaryPos is set to ['header'] and the group filed is a select dropdown. If the groupSummaryPos…