This is a migrated thread and some comments may be shown as answers.

Disable Double Click Maximize

3 Answers 624 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 29 Nov 2016, 07:39 AM
When the user double clicks on the header of a window, the window goes full screen. Is there a way to stop this happening? Or simple overwrite the functionality? 

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Nov 2016, 12:01 PM
Hi Marc,

I believe that your question is about the Kendo UI Window, but not Spreadsheet. You can try the solutions provided in the following StackOverflow forum: Kendo window disable maximize on double-click.

Best regards,
Rumen
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
0
Marc
Top achievements
Rank 1
answered on 29 Nov 2016, 12:16 PM

Hi Rumen,

 

Apologies - it is about the Window Widget (I'm using both so frequently I got a bit confused).

This solution is not ideal, especially as I have multiple (up to 10) Kendo Windows on the screen at any one time.

Marc

0
Accepted
Rumen
Telerik team
answered on 30 Nov 2016, 04:26 PM

Hi there,

No problem, I've changed the forum for the window widget.

I would suggest to ubind the dblclick event as shown below:

$(".k-window").unbind('dblclick');



Best regards,

Rumen
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Tags
Window
Asked by
Marc
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Marc
Top achievements
Rank 1
Share this question
or