Hi,
I try to add a component inside datagrid cell with kendoGridEdit template. How can I get row data and bind to sub component? In below example, I try to add kendo-combobox inside kendo-grid from another component. But I cannot bind dataItem to combobox value because I don't understand how to access the dataItem. Thank you.
https://stackblitz.com/edit/angular-51raxb?file=app/app.component.ts
Best regards.