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

Not works clicked (tap) rows grid in mobiles

3 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Denis
Top achievements
Rank 1
Denis asked on 14 May 2014, 09:35 AM
Hello

Not works clicked (tap) rows grid in mobiles

<telerik:RadGrid ID="exRdGridA" runat="server" GridLines="None" Width="100%"
                AllowCustomPaging="True" VirtualItemCount="100000" CellSpacing="0" Skin="Web20" AutoGenerateColumns="False">
                <MasterTableView AutoGenerateColumns="false">
                    <Columns>
                         
                        <telerik:GridBoundColumn DataField="PCL_ID" HeaderText="PCL_ID" UniqueName="PCL_ID" />
                        <telerik:GridBoundColumn DataField="JOB_ID" HeaderText="JOB_ID" UniqueName="JOB_ID" />
                        <telerik:GridBoundColumn DataField="JOB_ID_Current" HeaderText="JOB_ID_Current" UniqueName="JOB_ID_Current" />
                        <telerik:GridBoundColumn DataField="PCL_Summ" HeaderText="PCL_Summ" UniqueName="PCL_Summ" />
                        <telerik:GridBoundColumn DataField="PCL_Balance" HeaderText="PCL_Balance" UniqueName="PCL_Balance" />
                        <telerik:GridBoundColumn DataField="PCL_Notes" HeaderText="PCL_Notes" UniqueName="PCL_Notes" />
                    </Columns>
                </MasterTableView>
                <ClientSettings EnableRowHoverStyle="true" EnablePostBackOnRowClick="true">
                    <Selecting AllowRowSelect="True" EnableDragToSelectRows="true" />
                </ClientSettings>
            </telerik:RadGrid>

3 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 19 May 2014, 05:20 AM
Hi Denis,

I was not able to replicate the issue based on the provided information. Could you please be more specific and provide more information like:

1. Which version of the controls you use.
2. On which mobile devices the issue is observed
3. On which browsers and versions the issue is observed

Please also check for javascript errors. If any, they should be resolved, otherwise they can trigger such a behavior.

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Denis
Top achievements
Rank 1
answered on 19 May 2014, 12:41 PM
1. Which version of the controls you use.
- v. 2013.3.1015.40

2. On which mobile devices the issue is observed
- iPad mini, iPhone 4S, 5, 5S - not working browsers  (google chrom and safari)
- Samsung Galaxy S4, S5, Samsung Tab PRO 8.4 - working browsers google chrom

- other devices do not have the opportunity to test

3. On which browsers and versions the issue is observed
- Google Chrom, Safari
0
Venelin
Telerik team
answered on 22 May 2014, 08:31 AM
Hi Denis,

I have tested once again with your version of the controls and the provided code but the Selecting feature works as expected. Tested on iPad with Google Chrome. Here I attach my test page. Could you please run it and see if the issue replicates with it. Note that if there are JS errors on the page the client-side functionalities of the grid won't work, so they should be resolved if any.

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Denis
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Denis
Top achievements
Rank 1
Share this question
or