Skip to content

Commit e398943

Browse files
DataGrid: change demo link (#5948)
* DataGrid: change demo link * Another link
1 parent 7edddd5 commit e398943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/10 UI Components/GridBase/1 Configuration/editing/refreshMode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ The following table shows the operations that are performed after saving changes
4949

5050
[note]
5151

52-
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.
52+
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.
5353

5454
[/note]

concepts/05 UI Components/FileUploader/40 File Validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ The FileUploader allows you to restrict the extension ([allowedFileExtensions](/
115115
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.
116116

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

0 commit comments

Comments
 (0)