gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
697 stars 135 forks source link

Editable Inline Rows in Grid #196

Open MrCalico opened 4 years ago

MrCalico commented 4 years ago

Is there a way to enable inline editing for the rows of the Grid?

gustavnavar commented 4 years ago

No, editing is only supported using CRUD forms

comichael commented 3 years ago

Inline editing would be a great enhancement. Are there any plans to implement this?

Do you have any suggestions how it should be customized? I guess it's not too far from the plus/minus buttons used to modify Freight here => https://gridblazor.azurewebsites.net/editrows

SaedEzzElarab commented 2 years ago

yes Inline editing would be a great enhancement. and i think u could make updates in the GridRowComponant.razor while make grid enable the InlineEdit replace the labels controls by Inputs controls instead