Skip to content

Commit

Permalink
Elaborate on Auto Fill in the spreadsheet user guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Desislava Mihaylova committed Jan 19, 2016
1 parent e192308 commit 1f3f347
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You are able to export the content of your Spreadsheet to Portable Document Form

| WHAT YOU WANT | HOW TO GET THERE |
| :--- | :--- |
| Auto fill | <ol><li>Insert textual, numeric, or textual and numeric characters of one and the same pattern in at least two subsequent column cells. For example, 1, 2.</li> <li>Select these cells.</li> <li>To copy the data series automatically, drag the fill handle across, down, or up the cells you want to fill.</li></ol> Note that the **Auto Fill** copies the format of the cells with the initial data series and applies it to the target ones.
| Auto fill | <ol><li>Insert textual, numeric, or textual and numeric characters of one and the same pattern in at least two subsequent column cells. For example, 1, 2.</li> <li>Select these cells.</li> <li>To copy the data series automatically, drag the fill handle across, down, or up the cells you want to fill.</li></ol> <p>Note that the **Auto Fill** command does not copy the format of the cells with the initial data series and does not apply it to the target ones.</p> <p>If you select just one cell and drag the fill handle to auto-complete adjacent cells, the command copies, but does not change in the existing pattern, the content from the initial cell to each of the target ones.</p>
| Freeze panes | <ol><li>Select the row or column which you want to freeze</li> <li>From the **Toolbar** click **Freeze Panes**</li> <li>Choose the option from the drop-down list</li></ol> |
| Apply the `Undo` function | Click **Undo** [ <span class="k-font-icon k-i-undo"></span> ] on the **Menu** to reverse the actions you made during your current session. The number of actions you can reverse using `Undo` is unlimited. |
| Apply the `Redo` function | Click **Redo** [ <span class="k-font-icon k-i-redo"></span> ] on the **Menu** to repeat the actions you made during your current session. The number of actions you can repeat using `Redo` is unlimited. |
Expand Down
60 changes: 50 additions & 10 deletions docs/updates/2016-doc-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,56 @@ slug: documentation_updates_2016_kendoui

### Changes from Kendo UI 2016 Q1

Some articles were moved to other locations, which better correspond to the topics they tackle.

| **Name of Article** | **Previous Location** | **New Location** |
|:--- |:--- |:--- |
| **Widget wrapper and widget element** | **Framework and Utilities** > **Widgets** > **Widget wrapper and widget element** | **Getting Started** > **Widget Basics** > **Widget DOM Elements** |
| **Destroy Kendo UI Widgets** | **Framework and Utilities** > **Widgets** > **Destroy Kendo UI Widgets** | **Getting Started** > **Widget Basics** > **Destroy Widgets** |
| **Create Your Own Kendo UI Widget by Inheriting from the Base Widget Class** | **Framework and Utilities** > **Widgets** > **Create Your Own Kendo UI Widget by Inheriting from the Base Widget Class** | **Getting Started** > **Widget Basics** > **Create Custom Widgets** |
| **Data Attribute Initialization** | **Framework and Utilities** > **Data Attribute Initialization** | **Getting Started** > **Widget Basics** > **Data Attributes** |
| **Class-based Inheritance with Kendo UI** | **Framework and Utilities** > **Class-based Inheritance with Kendo UI** | **Framework and Utilities** > **Class** > **Overview**
| **Methods and Events** | **Getting Started** > **Methods and Events** | **Getting Started** > **Widget Basics** > **Methods and Events** |
Some articles now share new locations, which conceptually better match the topics they tackle.

<table style="width:100%">
<col width="25%">
<col width="25%">
<col width="25%">
<col width="25%">
<tr>
<th>Article</th>
<th>New Name</th>
<th>Previous Location</th>
<th>New Location</th>
</tr>
<tr>
<td>Widget wrapper and widget element</td>
<td>Widget DOM Elements</td>
<td><strong>Framework and Utilities</strong> > <strong>Widgets</strong></td>
<td><strong>Getting Started</strong> > <strong>Widget Basics</strong></td>
</tr>
<tr>
<td>Destroy Kendo UI Widgets</td>
<td>Destroy Widgets</td>
<td><strong>Framework and Utilities</strong> > <strong>Widgets</strong></td>
<td><strong>Getting Started</strong> > <strong>Widget Basics</strong></td>
</tr>
<tr>
<td>Create Your Own Kendo UI Widget by Inheriting from the Base Widget Class</td>
<td>Create Custom Widgets</td>
<td><strong>Framework and Utilities</strong> > <strong>Widgets</strong></td>
<td><strong>Getting Started</strong> > <strong>Widget Basics</strong></td>
</tr>
<tr>
<td>Data Attribute Initialization</td>
<td>Data Attributes</td>
<td><strong>Framework and Utilities</strong></td>
<td><strong>Getting Started</strong> > <strong>Widget Basics</strong></td>
</tr>
<tr>
<td>Class-based Inheritance with Kendo UI</td>
<td>Class Overview</td>
<td><strong>Framework and Utilities</strong></td>
<td><strong>Framework and Utilities</strong> > <strong>Class</strong></td>
</tr>
<tr>
<td>Methods and Events</td>
<td>Methods and Events</td>
<td><strong>Getting Started</strong> > <strong>Widgets</strong></td>
<td><strong>Getting Started</strong> > <strong>Widget Basics</strong></td>
</tr>
</table>

## Kendo UI Q1 2016

Expand Down

0 comments on commit 1f3f347

Please sign in to comment.