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
784 stars 41 forks source link

Grid: Edit mode - Inline editing #123

Open tdaduchskysoft opened 1 year ago

tdaduchskysoft commented 1 year ago

I have tried your component and it's satisfying but it missing same features such as in line editing, enable the user to edit any data in the gird

gvreddy04 commented 1 year ago

@tdaduchskysoft

Thank you for testing our components. We want to make the Grid simple. We don't have plans to add inline edits to the Grid but will keep this in future enhancements. You can try the below example. In the future, I will add more grid examples in the below GitHub repository. Feel free to ask for more custom examples.

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.

gvreddy04 commented 1 year ago

Reference from #179 - https://tabblazor.com/docs/tables

joselitogatchalianalonzo commented 1 year ago

Hi @gvreddy04, does this mean you're planning to support inline-editing of Grid in version 1.10.0?

gvreddy04 commented 1 year ago

We are moving this to backlog due to other priorities.