Skip to content

Commit 08664b7

Browse files
authored
Update README.md
README updates
1 parent d7e2fb3 commit 08664b7

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
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.

0 commit comments

Comments
 (0)