I would like to implement the ASP.NET .NET Core Grid using the pop-up editor. The default UI produced by the popup is less than ideal though, as I have complex screens in certain cases. I would love to implement the Form control as part of the grid declaration (DevExpress does this, for example, here: https://demos.devexpress.com/ASPNetCore/Demo/DataGrid/PopupEditing/ - Is there something similar in the Telerik setup? If so, is there an example?
I know I can implement templates as part of the grid, but this functionality seems odd because I have to store 50+ partial screens in Shared/EditorTemplates folder. Is there a better approach? I am using Razor pages, not MVC.
Thank you,
Alex