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

Button Click in Kendo Grid Issue

1 Answer 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suman
Top achievements
Rank 1
Suman asked on 16 Jan 2013, 06:15 PM
Hi, I have tried my best but could not resolve one issue. I am using kendo grid in mobile application. Because project requirements are to use grid as starting point (let say list of people with their demographic info) then click on grid row or button to navigate to the details. I am using button and in its click event I want to navigate to kendo mobile view.

   function buttonClick(e) {
                    $('a').prop('href', '#tabstripprofile');
                                        
                    }
tabstripprofile is the id for the view. That code does work in Chrome or Firefox and also works with Windows emulator. But it does not work for android emulator or android device. I have tested an alert by adding in the code and the click event is being called and each time the popup generates twice, but the navigation part does not work. However if I keep pressing the button then it navigates at random times but not every time. Please help. 

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 18 Jan 2013, 02:36 PM
Hi Suman,

Which KendoUI version you are using? There are problems with the click event in the official release (v2012.3.1114) which are already fixed in the Service Pack release (v2012.3.1315).

Please download the latest release and test your project with it.

On a side note, in case you are using mobile Button it is best to work with its build-in click event as it is optimized for touch devices. Also you may consider to navigate between Views with the navigate method of the application.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Suman
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or