Version 19 Grid that is selectable is preventing space bar input for elements inside the grid

0 Answers 6 Views
Grid
Noah
Top achievements
Rank 2
Iron
Iron
Iron
Noah asked on 30 May 2025, 01:49 PM
In version 19, if a grid is selectable you can't type spaces into inputs inside of a cell detail template inside the grid.  With the template below I am not able to type spaces in the textarea.  If I change selectable to false, the text area allows spaces. If I revert to version 18 it works as expected.
<kendo-grid [selectable]="true" [kendoGridBinding]="[{name: 'bill', age: 55}]">
  <kendo-grid-column field="name" title="Name"></kendo-grid-column>
  <kendo-grid-column field="age" title="Age"></kendo-grid-column>
  <ng-template kendoGridDetailTemplate>
    <textarea rows="3"></textarea>
  </ng-template>
  
</kendo-grid>

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Noah
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or