Hello,
I am working on Kendo ASP.Net MVC 2015.1.429, I use a field with datasource is a remote data from URL.
It works well on Desktop environment (image 1). However, when I run this form on mobile, I can’t type any characters into this field (image 2).
I am working on Kendo ASP.Net MVC 2015.1.429, I use a field with datasource is a remote data from URL.
It works well on Desktop environment (image 1). However, when I run this form on mobile, I can’t type any characters into this field (image 2).
@(Html.Kendo().Scheduler< Calendar.Models.CalendarEvents>().Name("scheduler") ….Resources(resource =>{ resource.Add(m => m.Clients).Title("Client").Multiple(true).DataTextField("Text").DataValueField("Value").DataSource(source => source.Read(read => read.Action("GetPatientsList", "Calendar").Data("searchclient")));})….Mobile(MobileMode.Auto))
Is there any way to fix it to show on mobile correctly?
Many thanks,