Skip to content

Commit 1a4cb63

Browse files
committed
Update the readme files for the different projects
1 parent 3de3ac9 commit 1a4cb63

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Ajax editing with enumeration
2+
This project demonstrates how to setup the Grid to handle the editing of Enum property.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Add custom styles to the row elements of the Grid based on the data model.
2+
This approach can be used in scenarios where the Grid rows should have different color or other classes/styles based on the different values shown inside the corresponding row.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# External editor for batch editable grid #
1+
# External editor for batch editable grid
2+
This approach can be used in sceanrios where the users want to select an item from the Grid and in separate element edit the properties of the selected model.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# The project demonstrates how to setup your Grid to handle cascading dropdownlists with popup or inline editing mode #
1+
# The project demonstrates how to setup your Grid to handle cascading dropdownlists with popup or inline editing mode
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Post grid selection to server
2+
This project shows how the users can post the items that were selected within the Grid with a form element.
3+
Useful in scenarios where users want to select several items from the Grid so they can be further processed on the server.

0 commit comments

Comments
 (0)