Hi,
I want to implement Inline Editing grid but Add Product/ Edit/ Delete button is not working.
I have added the following css/js
<!--jQuery dependency, any stable version of jQuery-->
<script src="
https://unpkg.com/[email protected]/dist/jquery.js"></script>
<!--jQueryUI version 1.11.4 -->
<link rel="stylesheet" href="
https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" />
<script src="
https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="
http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<!--ParamQuery Grid css files-->
<link rel="stylesheet" href="ParamQuery/pqgrid.min.css" />
<!--add pqgrid.ui.css for jQueryUI theme support-->
<link rel="stylesheet" href="ParamQuery/pqgrid.ui.min.css" />
<!--ParamQuery Grid custom theme e.g., office, bootstrap, rosy, chocolate, etc (optional)-->
<link rel="stylesheet" href="ParamQuery/themes/office/pqgrid.css" />
<!--ParamQuery Grid js files-->
<script type="text/javascript" src="ParamQuery/pqgrid.min.js" ></script>
<!--ParamQuery Grid localization file (necessary since v5.2.0)-->
<script src="ParamQuery/localize/pq-localize-en.js"></script>
<!--Include pqTouch file to provide support for touch devices (optional)-->
<script type="text/javascript" src="ParamQuery/pqTouch/pqtouch.min.js" ></script>
<!--Include jsZip file to support xlsx and zip export (optional)-->
<script type="text/javascript" src="ParamQuery/jsZip-2.5.0/jszip.min.js" ></script>
<!--Include jquery.resize to support auto height of detail views in hierarchy (optional)-->
<script type="text/javascript" src="ParamQuery/javascript-detect-element-resize/jquery.resize.js" ></script>
------------------------------------------------------------------------------------------------------------------------------
Rest css/js is added from the
https://paramquery.com/demos/editingPlease guide me for this.