Skip to content

Commit 5dd2e09

Browse files
committed
Add more screenshots to the scaffolding documentation
1 parent c02da8c commit 5dd2e09

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
Loading
Loading
Loading
Loading

aspnet-mvc/helpers/grid/scaffolding.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following tutorial shows how to scaffold a Kendo UI Grid for ASP.NET MVC usi
2323
4. On the next screen you will be presented with the Model and Data Context options.
2424
- First enter the Controller and View names.
2525
![Grid options](/aspnet-mvc/helpers/grid/images/scaffolding/kendo_ui_grid1.png)
26-
- The **Model Class** DropDownList will contain all model types from the active project. Select the **Product** class in order to list the available products in the Grid.
26+
- The **Model Class** DropDownList will contain all model types from the active project. In this example we will list products in the Grid. Select the **Product** entity.
2727
![Model Class](/aspnet-mvc/helpers/grid/images/scaffolding/model_class.png)
2828
- From the **Data Context Class** DropDownList you could select the **Entity Framework Data Model** class to be used. In this example it is **NorthwindEntities**.
2929
![Data Context Class](/aspnet-mvc/helpers/grid/images/scaffolding/data_context_class.png)
@@ -46,15 +46,19 @@ The following tutorial shows how to scaffold a Kendo UI Grid for ASP.NET MVC usi
4646
![Grid options](/aspnet-mvc/helpers/grid/images/scaffolding/kendo_ui_grid2.png)
4747
This screen contains the Grid functionalities that could be configured before scaffolding:
4848
- DataSource Type - Ajax, Server or WebApi.
49-
- Editable - Enable the editing, configure the edit mode (InLine, InCell or PopUp) and the operations to be included (Create, Update, Destroy).
50-
- Filterable - Enable the filtering of the Grid and select the filter mode.
49+
- Editable - Enable the editing, configure the edit mode (InLine, InCell or PopUp) and the operations to be included (Create, Update, Destroy).
50+
![Editable options](/aspnet-mvc/helpers/grid/images/scaffolding/editable.png)
51+
- Filterable - Enable the filtering of the Grid and select the filter mode.
52+
![Filterable options](/aspnet-mvc/helpers/grid/images/scaffolding/filterable.png)
5153
- Column Menu - Enable the column menu.
5254
- Navigatable = Enable the keyboard navigation.
5355
- Pageable - Enable the paging of the Grid.
5456
- Reorderable - Enable the column reording.
5557
- Scrollable - Enable the scrolling of the Grid table.
56-
- Selectable - Enable the selection and specify the selection **mode** and **type**.
57-
- Sortable - Enable the sorting and specify the sorting **mode**.
58+
- Selectable - Enable the selection and specify the selection **mode** and **type**.
59+
![Selectable options](/aspnet-mvc/helpers/grid/images/scaffolding/selectable.png)
60+
- Sortable - Enable the sorting and specify the sorting **mode**.
61+
![Sortable options](/aspnet-mvc/helpers/grid/images/scaffolding/sortable.png)
5862
- Excel Export - Enable the Excel export functionality.
5963
- PDF Export - Enable the PDF export functionality.
6064

0 commit comments

Comments
 (0)