Unplanned
Last Updated: 13 Aug 2020 11:44 by ADMIN
Hitesh
Created on: 06 Aug 2020 13:53
Category: Grid
Type: Feature Request
0
Grid Adaptive rendering

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

1 comment
ADMIN
Ivan Danchev
Posted on: 13 Aug 2020 11:44

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