You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo helps us to perform Row Drag and Drop functionality within the same grid while using CustomAdaptor. With CustomAdaptor bounded to Grid, on performing Row Drag and Drop BatchUpdate method of CustomAdaptor will be triggered.
1
+
# Blazor Server DataGrid - Drag and Drop with CustomAdaptor
3
2
4
-
N> Prepared the sample using 17.3.0.28-beta version of Syncfusion Nuget package
3
+
This demo helps us to perform Row Drag and Drop functionality within the same grid while using CustomAdaptor. With CustomAdaptor bounded to Grid, on performing Row Drag and Drop BatchUpdate method of CustomAdaptor will be triggered.
4
+
5
+
> Prepared the sample using 17.3.0.28-beta version of Syncfusion Nuget package.
6
+
7
+
## Prerequisites
8
+
9
+
* Visual Studio 2022
10
+
11
+
## How to run the project
12
+
13
+
* Checkout this project to a location in your disk.
14
+
* Open the solution file using the Visual Studio 2022.
15
+
* Restore the NuGet packages by rebuilding the solution.
0 commit comments