Skip to content

Commit 6b96233

Browse files
Merge pull request #1 from Backiaraj/grid
Modified the readme content
2 parents b41cb54 + 4d12452 commit 6b96233

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# EJ2-DataGrid-BlazorServer-Drag-and-Drop-CustomAdaptor
2-
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
32

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.
16+
* Run the project.

0 commit comments

Comments
 (0)