vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Grid with Custom Button and Single Selection and Multi Selection #175

Closed devrushnet closed 1 year ago

devrushnet commented 1 year ago

Hi,

I'm testing your grid component, how to insert the follow elements ?

1) Colum button (for edit/delete) on the Row 2) Single Selection Row 3) Multi Selection Rows

best regards

gvreddy04 commented 1 year ago

@devrushnet Thanks for testing our components. I'll share a sample code ASAP.

gvreddy04 commented 1 year ago

@devrushnet

Sample GitHub Project: https://github.com/vikramlearning/blazorbootstrap-examples

Custom Grid Operations:

Employees Grid

image

Edit Employee

image

Update Employee

image

Delete Employee

image

After Delete

image

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:

I hope this helps.