Hello!
When the Kendo UI ResponsivePanel element is hidden by the user via the jQuery toggle() method, the panel can not be opened after being automatically hidden, when the window size is (resized) below the widget's breakpoint configuration (http://docs.telerik.com/kendo-ui/api/javascript/ui/responsivepanel#configuration-breakpoint).
I need a solution where the toggle button is always visible, and the user can open and close the panel anytime, regardless of whether the window size is below or over the breakpoint. However, when the initial window size is below or the window is resized below the breakpoint, the panel should be hidden automatically once.
I was trying to implement this behaviour with the widget's open and close methods, however, these methods do not work as long as the window size is over the breakpoint.
Could you please provide a working solution?
Best regards,
Kaan