Completed
Last Updated: 12 Dec 2023 14:00 by ADMIN
Erich Čonka
Created on: 29 Jun 2022 15:32
Category: Grid
Type: Bug Report
0
Setting columns.field.filterable.cell.inputWidth property of grid column filter field input does not change the width

Bug report

columns.field.filterable.cell.inputWidth does not apply since R1 2022

Reproduction of the problem

Dojo: https://dojo.telerik.com/oVILIzaW

Current behavior
Width of autocomplete input is not affected

Expected/desired behavior
Width shall be reflected

Workaround

  <style>
     span[data-field="name"] > span {
      display: inline
    }
  </style>

Environment
Kendo UI version: 2022.2.621
Browser: [all]

0 comments