1
Answer

How to hide maximize button only from kendo-window

Photo of Tijo  Johnson C

Tijo Johnson C

5y
3.2k
1
How to hide maximize button only from kendo-window for angular bootstrap theme. minimize, maximize and close button class names are same , so if hide one button all button will hide , tried as
 
button.k-button-icon.k-button.k-bare {
visibility: hidden;
}.
 
Is there any way to hide or remove the maximize button only from window

Answers (1)