Skip to content
Advertisement

Kendo UI Grid for Angular disable a Textbox if the Checkbox is not checked

Kendo Ui for i like to enable textbox when check box is cheked only. below code. I have tried onselection of checkbox but it changing to all rows. need to change only checked row

JavaScript

In place of product name and units.I have textboxes

Advertisement

Answer

You will need to create a function to track the selected rows:

JavaScript

StackBlitz: https://stackblitz.com/edit/angular-ajpix8-gj9vdu?file=app/app.component.ts

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement