Hi Team,
I am using the Kendo UI version [kendo/2020.1.114] and CSS - [kendo.default-v2.min] for adaptive rendering. I am facing issue to use Kendo Grid Adaptive Rendering feature in our Application as I am using KendoComboBox to bind String type fields and KendoNumericTextBox for Decimal and Integer type values. These are all working fine in WEB view but not working in Mobile View. All the kendo input controls are converted into normal html controls in Mobile Mode and break the KendoComboBox and NumericTextBox by default feature in Kendo Grid Filter and numeric textboxes also allowing to input string values. So Please look into and help us to resolve this problem.
Thanks
Hello Hitesh,
Indeed there is a difference in the Grid's rendering in adaptive mode, however I was not able to reproduce the issue with the textbox allowing string input on mobile. See this dojo example: https://dojo.telerik.com/EqOmOJaJ
Adaptive mode is enabled: mobile: true
On editing a UnitPrice value on a mobile device the input allows only numbers, not letters. The ComboBox also shows properly on editing Category. Here's a fullscreen version of the linked dojo, that is easier to check on mobile device or in Chrome's emulator: https://runner.telerik.io/fullscreen/EqOmOJaJ
Could you demonstrate the issues you mentioned in the example?
Regards,
Ivan Danchev
Progress Telerik