Skip to content

Commit

Permalink
DataGrid: change demo link (DevExpress#5948)
Browse files Browse the repository at this point in the history
* DataGrid: change demo link

* Another link
  • Loading branch information
vladaskorohodova committed Jan 22, 2024
1 parent 42e95b7 commit 0af6c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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]
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ The FileUploader allows you to restrict the extension ([allowedFileExtensions](/
Files are validated on the client. However, you should also implement server-side validation. Refer to the demo below to see an example for an ASP.NET server.

#include btn-open-demo with {
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/FileUploader/Validation/Mvc/Light/"
href: "https://demos.devexpress.com/ASPNetMvc/Demo/FileUploader/Validation"
}

0 comments on commit 0af6c27

Please sign in to comment.