Hi,
I have replaced the pqgrid.min.js with pqgrid.min.js pro version.
here is my Code:
searchOrgGrid.pqGrid({
width: NMCApp.getSearchGridWidth(),
height: NMCApp.getSearchGridHeight(),
editable: false,
topVisible: false,
bottomVisible: false,
numberCell: false,
roundCorners: false,
wrap: false,
colModel: columnModel,
dataModel: { data: [] },
scrollModel: { pace: 'consistent', horizontal: true });
I am facing issue like:
TypeError: Object doesn't support property or method 'pqGrid'
at initialize ..
Earlier Iam referencing both pqgrid.js and pqgrid.min.js.
No i removed both the files and kept only pqgrid.min.js file of pro version.
I am getting issue because pqgrid.js is not present?
or I am missing anything?