ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Checkboxes are not visible but selection is working
« previous
next »
Print
Pages: [
1
]
Author
Topic: Checkboxes are not visible but selection is working (Read 1661 times)
anshul.bisht
Newbie
Posts: 1
Checkboxes are not visible but selection is working
«
on:
December 24, 2019, 11:11:04 am »
Hey,
ParamQuery grid suits very well to our web application. I am testing some of our features with the grid having multiple selection checboxes. The issue is that the grid is appearing with dynamic values (refreshing the data view is working), multiple rows selection using checkboxes is working but the checkboxes are not appearing.
I am using firefox for development and followed the steps described in
https://paramquery.com/tutorial#topic-include
.
I have attached the output screenshot. First grid is the one I am trying to test and the second one is the same as given in
https://paramquery.com/demos/selection_checkbox
. In both cases, the checkboxes are not appearing but rows can be selected by clicking on the checkbox area.
The order of css and js files I am using -
<head>
<link href="
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css
" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="
https://cdnjs.cloudflare.com/ajax/libs/pqGrid/2.4.1/pqgrid.min.css
">
</head>
...
<body>
<script src="
https://code.jquery.com/jquery-3.3.1.min.js
" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
"></script>
<script src="
https://cdnjs.cloudflare.com/ajax/libs/pqGrid/2.4.1/pqgrid.min.js
" type="text/javascript"></script>
</body>
Please help. It is quite urgent.
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: Checkboxes are not visible but selection is working
«
Reply #1 on:
December 25, 2019, 02:22:54 pm »
Please share a jsfiddle
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Checkboxes are not visible but selection is working