Completed
Last Updated: 22 Nov 2023 10:01 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
ahmed
Created on: 29 Aug 2022 12:02
Category: Grid
Type: Bug Report
1
Grid PopUp edit mode with template show additional edit field for each column

Bug report

When a PopUp edit mode is used with a custom template, the template is shown with an additional edit field for each column. The problem appears only on a mobile.

Reproduction of the problem

Open the following dojo example:
https://dojo.telerik.com/AKoyIqit/7
on a mobile phone and try to edit a record in the Grid. The template appears, but also an input field for each column is shown.

Expected/desired behavior

Only the declared template should be shown inside the PopUp window.

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
2 comments
ADMIN
Peter Milchev
Posted on: 09 Jan 2023 15:58

Hi Ahmed,

Until the issue is resolved, you can use the CSS-only solution to hide the inputs:

<style>
    .k-popup-edit-form > input{
        display: none;
    }
</style>

Otherwise, you can use the overwrite function shared in the dojo example below:

Regards,
Peter Milchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ahmed
Posted on: 03 Jan 2023 08:03
please support fixing this bug error as this is blocking the developer from moving to the updated library as users are heavily depending on mobile view with the grid.