We currently have a DatePicker being displayed in a Kendo Window. The DatePicker is located in an aspx which is displayed in an iframe within the Kendo Window.
When the DatePicker calendar icon button is clicked, the calendar drops down (as show in the attached image) but as the calendar popup is too big for the iframe, you see the scroll bar appear for the overflow. Yes, we could change the size of the frame, but I was hoping for a more complicated solution to tackle these scenarios.
Is it possible to nicely control the popup in this scenario?
Maybe have it rendered in the parent?
Thanks
Paul