1
Help for ParamQuery Pro / Re: Resize terminate inline editing
« on: May 08, 2017, 11:41:48 pm »
Thank you. Works. Can I also check if the focus is on a search field (in the header)?
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.
$(".pq-grid").each(function(i) {
$( this ).pqGrid("option", "width", outerDivWidth);
$( this ).pqGrid("option", "height", outerDivHeight);
$( this ).pqGrid("refresh");
});