Outlook Inspired Web application - how to show left sidebar by default

1 Answer 132 Views
Ajax Navigation Styling
Erika
Top achievements
Rank 1
Iron
Erika asked on 27 Sep 2022, 05:06 AM

When you create a Telerik Web Application using teh Outlook-Inspired template, how do you automatically expand the side menu? You have to click at the top left corner to expand.

I want to show up like the below, without having to click on the red in order for the left side to show when I first initialize the app.

1 Answer, 1 is accepted

Sort by
0
Erika
Top achievements
Rank 1
Iron
answered on 28 Sep 2022, 11:32 PM

I've actually worked it out, just added the below to the function pageLoad() in the MasterPage

 $( ".home-btn" ).trigger( "click" );

Tags
Ajax Navigation Styling
Asked by
Erika
Top achievements
Rank 1
Iron
Answers by
Erika
Top achievements
Rank 1
Iron
Share this question
or