Skip to content

Commit

Permalink
DataGrid: change demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Jan 22, 2024
1 parent 7edddd5 commit da09104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ The following table shows the operations that are performed after saving changes

[note]

When the **refreshMode** is *"reshape"* or *"repaint"*, the server should respond to the insert or update request by sending back the data item saved in the database. See the `DataGridWebApiController` tab in the [CRUD Operations demo](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CRUDOperations/Mvc/Light) for an example of the server-side implementation. The `InsertOrder` and `UpdateOrder` actions illustrate this case.
When the **refreshMode** is *"reshape"* or *"repaint"*, the server should respond to the insert or update request by sending back the data item saved in the database. See the `DataGridWebApiController` tab in the [CRUD Operations demo](https://demos.devexpress.com/ASPNetMvc/Demo/DataGrid/CRUDOperations) for an example of the server-side implementation. The `InsertOrder` and `UpdateOrder` actions illustrate this case.

[/note]

0 comments on commit da09104

Please sign in to comment.