Unplanned
Last Updated: 14 Jun 2024 14:33 by Thomas
Thomas
Created on: 14 Jun 2024 14:33
Category: Grid
Type: Bug Report
0
The delete confirmation text cannot be added as a string in the "confirmation" option of the TagHelper Grid

### Bug report

The "confirmation" attribute of the editable tag does not accept a string.

### Reproduction of the problem

 Add a confirmation text as a string in the "confirmation" attribute, as per the example below:

<kendo-grid name="grid">
   ...
    <editable mode="popup" confirmation="Are you sure you want to hide this invoice?" />
</kendo-grid>

A REPL sample for reproduction: https://netcorerepl.telerik.com/moEqPSFo32PrwW4d01

### Expected/desired behavior

The "confirmation" option must accept a string.

### Environment

* **Telerik UI for ASP.NET Core version: 2024.2.514
* **Browser: [all]

0 comments