We have an ASP core app and are using the telerik kendo controls. We would like to add a popup dialog to one of our forms when the user clicks a button.
Our app is an Asp Core webapp. Using the 8 framework and Kendo UI v2024.2.514.
When the dialog form displays, we want to display a few textboxes for the user to populate, then use those values in the parent form when the user click the [Apply] button in the dialog.
Is there a kendo control that allows for something like this?