Skip to content

Commit

Permalink
Add CRUD sample app section to the DS CRUD operations article
Browse files Browse the repository at this point in the history
  • Loading branch information
Desislava Mihaylova committed Feb 17, 2016
1 parent 5c3f55b commit 2eb12c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/framework/datasource/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,16 +539,20 @@ The example below demonstrates a custom error.
<!--*-->
When an `error` event is fired, the DataSource does not process any data items, which may also be part of the server response. For example, if an update action fails due to conflicting edits, and the data needs to be refreshed from the server, you need to call the [`read`](/api/javascript/data/datasource#methods-read) method of the DataSource in the error handler. Sending the new data together with the error response is not going to populate the DataSource with the new values.

### Examples
## Sample Apps and Examples

#### Remote CRUD Operations with the Grid
### Remote CRUD Operations with the Grid

To see the example on remote CRUD operations with a Kendo UI Grid, refer to the [online Grid Editing demos](http://demos.telerik.com/kendo-ui/grid/editing-inline).

#### Remote CRUD Operations in ASP.NET MVC
### Remote CRUD Operations in ASP.NET MVC

To see the example on remote CRUD operations in ASP.NET MVC, refer to [this GutHub page](https://github.com/telerik/kendo-examples-asp-net).

### Sample CRUD Application on Mobile

To run a sample mobile application, which uses the Kendo UI DataSource component to list and update records from an employee table, refer to this [this GutHub page](https://github.com/CloudDataObject/sample-crud-app).

## See Also

Other articles on the Kendo UI DataSource component:
Expand Down

0 comments on commit 2eb12c1

Please sign in to comment.