Stavros
asked on 29 Sep 2021, 03:55 PM
| edited on 29 Sep 2021, 03:56 PM
As the topic explains I want to create an extra column (without column header) with buttons that every one of them opens in a kendo ui window component that has all the fields of the same row as the button, with its values as content.
Is it possible?
I am using Kendo UI for Angular
1 Answer, 1 is accepted
1
Accepted
Yanmario
Telerik team
answered on 30 Sep 2021, 08:16 AM
Hi Stavros,
Indeed the desired requirement can be achieved with the use of kendoGridCellTemplate and the Window component service. The kendoGridCell template context is set to the current data item that can be passed through a (click) event on button press: