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 - stendle

Pages: [1]
1
We have imported an Excel Workbook which contains two sheets in it but not able to view the entire workbook in the Grid (Spreadsheet), only the first sheet we were able to view, Even though the Json which was created at the time of import has the data of both the sheets.

2
We have manage to get the basic flow of launching the grid working.
Thanks for your Guidance.

3
These  files we are including. Are we missing some files?

<script src="/CxApp/assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<link type="text/css" href="/CxApp/css/jquery-ui.css" rel="stylesheet"/>
<script type="text/javascript" src="/CxApp/js/jquery-ui.min.js"></script>
<link type="text/css" href="/CxApp/css/pqgrid.min.css" rel="stylesheet"/>
<link type="text/css" href="/CxApp/css/pqgrid.ui.min.css" rel="stylesheet"/>
<link type="text/css" href="/CxApp/css/pqgrid.css" rel="stylesheet"/>
<script type="text/javascript" src="/CxApp/js/pqgrid.min.js"></script>
<script type="text/javascript" src="/CxApp/js/pq-localize-en.js"></script>
<script type="text/javascript" src="/CxApp/js/pqtouch.min.js"></script>
<script type="text/javascript" src="/CxApp/js/jszip.min.js"></script>
<script type="text/javascript" src="/CxApp/js/jszip-utils.min.js"></script>
<script type="text/javascript" src="/CxApp/js/jquery.resize.js"></script>

4
We have downloaded pqGrid for evaluation, and also taken sample example from your site to display a Grid.

We have included the necessary js and css files but when we run it we get an undefined pq error.

The files we used and the error are in the Attached file.

Pages: [1]