This is a migrated thread and some comments may be shown as answers.

RadGrid Mobile Browser Support

5 Answers 212 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 18 Sep 2011, 11:37 AM
Hi,

I noticed in the below thread that frozen columns are not supported in mobile browsers. Can you provide a list of RadGrid functionality that is not supported in mobile browsers?

http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-frozen-columns-problem-on-safari-browser-in-apple-ipad.aspx


Thanks,

Ryan

5 Answers, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
answered on 21 Sep 2011, 01:49 PM
Hi,

Please provide a list of RadGrid functionality that is not supported by mobile browsers.


Thanks,

Ryan
0
Martin
Telerik team
answered on 22 Sep 2011, 07:51 AM
Hello Matt,

I hope you agree that since mobile browsers as well as RadControls are constantly being upgraded / improved with new features and functionalities, it is virtually impossible to provide a strict list of scenarios that would not work as expected in the different mobile browsers. My suggestion is to review the following help articles, which provide some more details about using RadControls in mobile browsers:

Using RadControls in Mobile Browsers
TouchScrollExtender
Resize and Drag Extender

I hope this helps.

All the best,
Martin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Fraser
Top achievements
Rank 1
answered on 05 Jul 2013, 02:49 PM
Hey,

edit

My apologies, I will try to be more clear. I need to be able to scroll using touch on mobile, and I need to be able to select a row, then navigate to a specific page using its datakey as part of my query string. I can select and navigate on double click if selecting is screwing up my scroll. Currently in droid and iOS  (windows mobile is fine)  I pick up the row and drag it around the screen which slows down load time and makes the page pretty much unusable. this is the only function I need dragging to do.


/edit

found this because my rad grid was allowing me to drag a row instead of just scrolling. I NEED to be able to select a row, but that could be on double click... and I need to be able to drag scroll without picking up a row. No issues if you tell the android browser to use desktop mode, but of course the problem occurs on the iphone as well where that is not an option.

Interesting to note that according to the help links this problem does not happen ...

Anyways, if anyone sees this and has a more recent solution or knows how to disable the mobile features of a radgrid I would appreciate the help.
0
BabaYa
Top achievements
Rank 1
answered on 05 Jul 2013, 03:39 PM
Hi

"On mobile devices the row drag-drop and scrolling features in the grid are performed by the same touch gesture: dragging of the content area of the grid. This imposes a limitation when both features are enabled on touch devices because it cannot be exclusively determined which one of the two should be performed. One way to distinguish between scrolling and row drag-drop on mobile devices is to use a GridDragDropColumn - this way the dragging of the rows will be performed only when you drag a row by the icon in the GridDragDropColumn and on the rest of the content area scrolling will be performed. "


Sourse: http://www.telerik.com/help/aspnet-ajax/grid-drag-drop-grid-items.html

Cheers,
Baba Ya
0
Fraser
Top achievements
Rank 1
answered on 05 Jul 2013, 04:18 PM
My applogies, I will try to be more clear. I need to be able to scroll using touch on mobile, and I need to be able to select a row, then navigate to a specific page using its datakey as part of my query string. I can select and navigate on double click if selecting is screwing up my scroll. Currently in droid and iOS  (windows mobile is fine)  I pick up the row and drag it around the screen which slows down load time and makes the page pretty much unusable. this is the only function I need dragging to do.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Mark
Top achievements
Rank 1
Martin
Telerik team
Fraser
Top achievements
Rank 1
BabaYa
Top achievements
Rank 1
Share this question
or