1
Help for ParamQuery Pro / Re: Detail window now shows no height
« on: September 14, 2014, 03:20:47 am »
It was working with tabs in the first instance and I need to get it working with different tabs for what is needed with different information for each job#.
I have tried to run without bootstrap and none of the css files have changed( I checked the file dates) but it makes no difference.
Is it because there is no vertical scroll bar on the primary grid?
I have tried to make one but can't get it to do it?
Here is the cshtml file details.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="description" content="Mainstream Freight specialising in Shipping, Logistics and Containers"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"/> -->
<title>
My Mainstream
</title>
<link rel="stylesheet" href="resources/css/redmond/jquery-ui-1.10.4.custom.min.css" type="text/css" media="all" />
<!-- <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/redmond/jquery-ui.css" /> -->
<!-- <link rel="stylesheet" href="resources/css/webstyle.css" type="text/css" media="all" /> -->
<!-- <link rel="stylesheet" href="resources/css/base.css" type="text/css" media="all"> -->
<!--PQ Grid files-->
<link rel="stylesheet" href="resources/paramquery-2.1.0/pqgrid.min.css" type="text/css" media="all" />
<!--PQ Grid Office theme-->
<link rel="stylesheet" href="resources/paramquery-2.1.0/themes/office/pqgrid.css" type="text/css" media="all" />
<link href="/resources/css/bootstrap.css" rel="stylesheet"/>
<script src="resources/javascript/jquery-1.11.0.min.js" type="text/javascript"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
<script src="resources/javascript/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<!-- <script src="resources/javascript/jQuery.XDomainRequest.js?v=2" type="text/javascript"></script>-->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script> -->
<script src="resources/paramquery-2.1.0/pqgrid.min.js" type="text/javascript"></script>
<script src="resources/javascript/moment.js" type="text/javascript"></script>
<script src="/resources/javascript/bootstrap.min.js"></script>
<!-- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> -->
<!-- <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script> -->
<script type="text/javascript" src="resources/timepicker/jquery.timepicker.js"></script>
<link rel="stylesheet" type="text/css" href="resources/timepicker/jquery.timepicker.css" />
I have tried to run without bootstrap and none of the css files have changed( I checked the file dates) but it makes no difference.
Is it because there is no vertical scroll bar on the primary grid?
I have tried to make one but can't get it to do it?
Here is the cshtml file details.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="description" content="Mainstream Freight specialising in Shipping, Logistics and Containers"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"/> -->
<title>
My Mainstream
</title>
<link rel="stylesheet" href="resources/css/redmond/jquery-ui-1.10.4.custom.min.css" type="text/css" media="all" />
<!-- <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/redmond/jquery-ui.css" /> -->
<!-- <link rel="stylesheet" href="resources/css/webstyle.css" type="text/css" media="all" /> -->
<!-- <link rel="stylesheet" href="resources/css/base.css" type="text/css" media="all"> -->
<!--PQ Grid files-->
<link rel="stylesheet" href="resources/paramquery-2.1.0/pqgrid.min.css" type="text/css" media="all" />
<!--PQ Grid Office theme-->
<link rel="stylesheet" href="resources/paramquery-2.1.0/themes/office/pqgrid.css" type="text/css" media="all" />
<link href="/resources/css/bootstrap.css" rel="stylesheet"/>
<script src="resources/javascript/jquery-1.11.0.min.js" type="text/javascript"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
<script src="resources/javascript/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<!-- <script src="resources/javascript/jQuery.XDomainRequest.js?v=2" type="text/javascript"></script>-->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script> -->
<script src="resources/paramquery-2.1.0/pqgrid.min.js" type="text/javascript"></script>
<script src="resources/javascript/moment.js" type="text/javascript"></script>
<script src="/resources/javascript/bootstrap.min.js"></script>
<!-- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> -->
<!-- <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script> -->
<script type="text/javascript" src="resources/timepicker/jquery.timepicker.js"></script>
<link rel="stylesheet" type="text/css" href="resources/timepicker/jquery.timepicker.css" />