Tijo  Johnson C

Tijo Johnson C

  • NA
  • 136
  • 8.8k

How to hide maximize button only from kendo-window

May 9 2020 7:34 AM
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)