A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.telerik.com/aspnet-mvc/html-helpers/editors/editor/table-editing below:

ASP.NET MVC Editors Editor Table Editing

New to Telerik UI for ASP.NET MVC? Start a free 30-day trial Table Editing

The Editor exposes the capability of editing a data table as any other (X)HTML. The options that the table editing provides are:

As of the R3 2023 Release, the Table Wizard transmutes into two separate Table and Cell properties popup elements.

To enable the table editing, add the TableEditing tool to the configuration of the component:

    @(Html.Kendo().Editor()
      .Name("editor")
      .HtmlAttributes(new { style = "height:440px", aria_label = "editor" })
      .Tools(tools => tools.TableEditing())
    )
Inserting a Table

To insert a new table by using the Table Wizard dialog:

  1. Click the Create Table tool.

  2. To open the dialog, click the Table Wizard button.

  3. Configure the table you want to insert.

  4. Click the Confirm button.

To quickly create a plain table, click the Create Table tool and choose the row and column dimensions.

Editing a Table

To modify an existing table or a table cell:

  1. Select the table or the table cell to edit.
  2. Click the Table Properties or Cell Properties tool in the toolbar.

You can resize the table rows and columns by dragging the cell border with the mouse and without using the Table Wizard dialog.

The table and cell options that are available in the Table Wizard are displayed in the following three tabs:

Available Options

The Editor provides a set of editing options through its Table, Cell, and Accessibility tabs.

Table Tab

The Table tab provides the following options:

Cell Tab

The Cell tab provides the following options:

Accessibility Tab

As of the R3 2023 Release, the accessibility tab becomes a section in the Advanced tab in the new Table Properties popup.

The Accessibility tab provides the following options:

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4