【问题标题】:kendo grid on 'incell editing mode' doesn't accept value changes, while using mobile phone使用手机时,“incell 编辑模式”上的剑道网格不接受值更改
【发布时间】:2019-07-24 08:07:11
【问题描述】:

在使用带有 Chrome 浏览器的 Android 手机时,Kendo 网格不接受单元格值更改。 您可以在 Telerik 演示 https:demos.telerik.com/aspnet-mvc/grid/editing 上对其进行测试。

例如,更改单价的值并转到另一个单元格。您会看到该值将变为原始值。

只需触摸网格边界外的某处,值就会改变。

【问题讨论】:

  • 听起来你应该直接向 Telerik 报告。
  • 您在网格上启用了 .Mobile() 吗?
  • 在此举报:github.com/telerik/kendo-ui-core/issues。可能与this bug有关
  • Kevin - 是的,我在网格 GaloisGirl 上启用了 .Mobile() - 不幸的是,这与该错误无关 CarstenFranke - 我已向 Telerik 报告,但没有回应......

标签: android asp.net-mvc kendo-ui grid telerik


【解决方案1】:

Telerik 已经回答了这个问题,并且工作正常。

你好阿明,

感谢您报告此事。这是一个错误,因此,我将此票证转换为公共错误报告: https://feedback.telerik.com/kendo-jquery-ui/1421654-kendo-grid-on-incell-editing-mode-doesn-t-accept-value-changes-while-using-mobile-phone

作为一种解决方法,处理 cellClose 事件并触发子输入的模糊事件。

function onCellClose(e) {
    e.container.find("input").trigger("blur");
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-10-03
    • 1970-01-01
    • 1970-01-01
    • 2018-06-23
    相关资源
    最近更新 更多