Navigating Your Application in Design Mode

Each page in your application is organized into a hierarchy of table/tr/td tags.  When you look at the spreadsheet grid, you are looking at one of the HTML table's on your page.  You can zoom out to look at the outer table, or zoom in to look at an inner table.  Each zoom level is another <table> tag in the HTML page, each row is a <tr> tag and each cell is a <td> tag.

In Design Mode, there are several ways to navigate your application.

Use the breadcrumb bar

Click on parts of the breadcrumb bar to navigate up or down.  Clicking on the arrow next to a level shows the sub-levels you can zoom into.  Clicking on a node will go to that zoom level.

Use the control list

Use the hierarchical control list to the right of the breadcrumb bar to quickly jump to the desired zoom level.

Plus and minus buttons

The Plus and Minus buttons zoom in (plus) and zoom out (minus) to various levels.  The Plus button remembers the previous location you came from.  If there was no previous location, the button navigates to the most logical section.

Back and Forward buttons

These buttons are similar to the Internet Explorer or Windows Explorer back and forward buttons.  They maintain a history of the zoom level you visited and allow you to return back or move forward in the history.

See Also

Customizing Web Page Layout

Navigating Your Application in Design Mode

Customizing Page Contents with the Cell Editor

Configuring Cell, Row and Table Styles

Configuring Master Pages

Placing ASP.NET Directives in Generated Pages

Using Frames in Generated Pages

Using Client-Side JavaScript in Generated Pages

Capturing the Enter Key in Generated Pages