Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 35 forks source link

Edit a line in a new page or in a popup/modal as the create feature #108

Open Methraen opened 4 years ago

Methraen commented 4 years ago

Hello @Mewriick I'd like to edit lines in a new page or in a popup/modal, like in the creation of a new line is it possible ? or at least an event on modify button so i can do it myself ?

Methraen commented 4 years ago

Im asking 'cause i need to include a WYSIWYG (TinyMCE) into one of the column but the table isnt wide enough to handle its textarea :/

Mewriick commented 4 years ago

Hello @Methraen

the edit feature is only inline. But you can create your own column with button.

For now best approach will be attach edit button in column which you want edit (you can hide button with css and show it only in hover)

Or you can add new property into your model and into this column you can render all your action buttons.

I will consider more extensiability for action buttons