Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 16, 2012 03:12 PM by roopeshreddy
0 Points
1 Post
Jul 12, 2012 05:45 AM|LINK
Is it possible to implement paging in gridview on a moblie application? Displaying multiple records causes lot of scrolling which is not possible on a handheld device.
All-Star
20155 Points
3328 Posts
Jul 16, 2012 03:12 PM|LINK
Hi,
General GridView works absolutely fine in Mobiles too! You may need to customize to display for Mobile devices!
Add the following META tag for making the website mobile compatible!
<meta name="viewport" content="width=device-width" />
You can also create custom grids using JavaScript frameworks, but you may need to handle the paging etc.,
http://jquerymobile.com/demos/1.1.1/
Hope it helps u...
aimanfaraz
0 Points
1 Post
Gridview on mobile application
Jul 12, 2012 05:45 AM|LINK
Is it possible to implement paging in gridview on a moblie application?
Displaying multiple records causes lot of scrolling which is not possible on a handheld device.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Gridview on mobile application
Jul 16, 2012 03:12 PM|LINK
Hi,
General GridView works absolutely fine in Mobiles too! You may need to customize to display for Mobile devices!
Add the following META tag for making the website mobile compatible!
You can also create custom grids using JavaScript frameworks, but you may need to handle the paging etc.,
http://jquerymobile.com/demos/1.1.1/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space