ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolteam on October 27, 2014, 12:12:56 pm
-
Hi Paramquery Team,
I have implemented your wonderfull grid int a system, but we cannot use the scrolling very easy on a tablet and mobile phones... as the scroll bars are very small on a mobile device.
Is their anyway of implementing scrolling by swiping in the grid itself?
Thanks & Regards
Bsol Team
-
ParamQuery grid is based on virtual scrollbars; they remain the same size (height and width) and behave same in desktops and mobile devices.
Moreover swipe support is available since version 2.1.0 in non virtual mode for desktop, mobile and tablets.
http://paramquery.com/forum/index.php?topic=682.0
-
Hi ,
Please tell me what exactly i have to do to acheive this swiping feature in my grid for touchable devices.
-
you have to set these option values.
swipeModel: { on : true }
virtualX: false
virtualY: false
Please refer to API for details:
http://paramquery.com/pro/api#option-virtualX
http://paramquery.com/pro/api#option-virtualY
http://paramquery.com/pro/api#option-swipeModel
Also include the touch-punch file in the web page.
http://paramquery.com/pro/tutorial#topic-include
-
Hi ParamQueryTeam
As you said I have added these lines in Grid properties (ie., obj) still i am not getting swiping features in grid.
swipeModel: { on : true }
virtualX: false
virtualY: false
Thanks & Regards
BSOL Team
-
Which version of pqGrid are you using. Are you able to use swipe gesture in this demo for touch devices?
http://paramquery.com/pro/demos/freeze_columns
Please also add the touch punch file (as mentioned in my previous post ) which is included in the SDK.
-
Issue is resolved thanks
-
If i add my touch puch.js swiping is working fine but buttons in the tool bar are not working.
-
I don't see the mentioned issue in the demos.
Please include the same touch-punch file ( version 0.2.3.a ) as provided in the SDK.
-
Please Give me the link. i have found only version ( version 0.2.3) in http://touchpunch.furf.com/ website and currently i am using version 0.2.3
-
0.2.3.a is the updated version of 0.2.3
0.2.3.a is present in the ParamQuery Pro SDK.
It's also hosted here : https://github.com/paramquery/jquery-ui-touch-punch