Is there a CSS method to display the Kendo Dialog outside of the kendo grid when it is wrapped inside kendoGridDetailTemplate?
Here's how my component currently appears:
<kendo-grid><div *kendoGridDetailTemplate="let dataItem">
<lookup-list-fields [lookupListId]="dataItem.id"></lookup-list-fields></div></kendo-grid>
In this scenario, lookup-list-fields is a component containing the Kendo dialog box. I have explored solutions suggesting placing the kendo dialog outside the kendo grid or utilizing an Angular Service. My question is whether it's possible to reposition the dialog using CSS. View Screenshot