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

Pages: [1]
1
Help for ParamQuery Grid (free version) / paging controls not displayed
« on: January 02, 2020, 02:12:38 am »
I set up a pqGrid that included local paging.  I set 'showBottom:true'.  The result is a grid of all rows, but no controls are displayed. Below are my pqGrid elements:

 pqGridObject = $("grid_array").pqGrid({
     width: 900,
     height: 100,
     collapsible: false,
     pageModel: {type:"local", rPP: 20, strRpp: "{0}", strDisplay:"{0} to {1} of {2}" },
     selectionModel: { swipe: true },
     dataModel: dataModel,
     colModel: columnmodel,
     showBottom:true,
     wrap: false, hwrap: false,
     numberCell: { show: false, resizable: true, title: "#" },
     resizable: true
 });



2
Help for ParamQuery Pro / any demo showing use of DetailModel?
« on: June 15, 2015, 03:40:18 am »
I'm new to the Pro version and I'd like to see how to use DetailModel, VirtualX, VirtualY, etc. if possible.

Pages: [1]