https://github.com/vikramlearning/blazorbootstrap-examples
https://github.com/vikramlearning/blazorbootstrap-examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikramlearning/blazorbootstrap-examples
- Owner: vikramlearning
- Created: 2023-04-06T13:51:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T17:36:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T22:27:27.276Z (about 1 year ago)
- Language: HTML
- Size: 195 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blazorbootstrap-examples
Custom Grid Operations:
- Edit
- Delete
- Single Row Selection
- Multiple Rows Selection
## Employees Grid

## Edit Employee

## Update Employee

## Delete Employee

## After Delete

## Single / Multiple Rows Selection
We can write custom logic to check/uncheck the checkbox. Based on the checkbox selection, you can change the row color.
## References:
- Conditional css class for grid row: https://demos.blazorbootstrap.com/grid#conditional-css-class-for-grid-row
- Conditional css class for grid column: https://demos.blazorbootstrap.com/grid#conditional-css-class-for-grid-column