The following example on a RadGrid:
<ClientEvents OnColumnClick="function(){alert(1)}" />
On a iPad with IOS 6, we don't get the alert at all.
Regards
Caesar
3 Answers, 1 is accepted
0
Marin
Telerik team
answered on 02 Oct 2012, 08:53 AM
Hello,
This client-side event of the grid is currently not supported on touch devices. We will consider improving this for future releases of the controls.
Greetings,
Marin
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.
This is still not working!!!
This seems more and more important to fix (more tablets out there)...
Other click events on other telerik controls works just fine...
Are you still considering this?
The event is disabled on touch devices to prevent problems when used together with the column reordering feature.
You can override the event handling when initializing a column and let the click event fire normally on touch devices. I have attached a sample page showing this approach.
We can implement this upon popular demand from the community. You can also log suggestions and improvements in our feedback portal.
Regards,
Marin
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.