Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anshul.bisht

Pages: [1]
1
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.

Pages: [1]