Hi there,
I have a Telerik window opened on page load based on server side variables. However, I don't want this window to display for mobiles - for other site controls I apply the bootstrap 'hidden-xs' class to the control to not render it, but this doesn't work on the Kendo Window control. How can I achieve this - my window is drawn out by server side code which knows nothing about the browser dimensions?
I also tried setting the .Visible property to false and then showing it on the Open() event based on some jQuery - but this didn't work because the Open() event doesn't get triggered if the .Visible property is initially set to false.
Please can you advise how I can go about achieving my requirements?
Thanks, Mark