File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
- # blazorbootstrap-examples
1
+ # blazorbootstrap-examples
2
+
3
+ Custom Grid Operations:
4
+ - Edit
5
+ - Delete
6
+ - Single Row Selection
7
+ - Multiple Rows Selection
8
+
9
+ ## Employees Grid
10
+ ![ image] ( https://user-images.githubusercontent.com/2337067/230451580-18ab4544-15f7-4e1c-b991-9b4424a1a0a2.png )
11
+
12
+ ## Edit Employee
13
+ ![ image] ( https://user-images.githubusercontent.com/2337067/230451895-dad8cbeb-63b2-4834-8b7b-dfc3c71d2e81.png )
14
+
15
+ ## Update Employee
16
+ ![ image] ( https://user-images.githubusercontent.com/2337067/230452078-a795a940-690b-48dc-ba58-72e35550d0d4.png )
17
+
18
+ ## Delete Employee
19
+ ![ image] ( https://user-images.githubusercontent.com/2337067/230452303-41bf0c43-ce32-4f93-be7c-247775a5c930.png )
20
+
21
+ ## After Delete
22
+ ![ image] ( https://user-images.githubusercontent.com/2337067/230452371-acf6d8ef-0967-4819-9b2b-ddc5722033be.png )
23
+
24
+ ## Single / Multiple Rows Selection
25
+ We can write custom logic to check/uncheck the checkbox. Based on the checkbox selection, you can change the row color.
You can’t perform that action at this time.
0 commit comments