Mewriick / Blazor.FlexGrid

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

How can i set a specific edit input on a column ? #85

Closed Methraen closed 4 years ago

Methraen commented 4 years ago

One of those edits inputs for example : Blazor.FlexGrid/src/Blazor.FlexGrid/Components/Renderers/EditInputs/

Methraen commented 4 years ago

I tried a lot of strange things like this :

Func<EditColumnContext, RenderFragment<TestDto>> ConMatEditForm = context => { RenderFragment<TestDto> EditFormBuilder = (TestDto test) => delegate (RenderTreeBuilder rendererTreeBuilder) { new CheckBoxInputBuilder().BuildRendererTree<TestDto>(null, null); }; return EditFormBuilder; };

I would actually really appreciate some help in a close future...

Mewriick commented 4 years ago

@Methraen I close this one and we solve this issue in https://github.com/Mewriick/Blazor.FlexGrid/issues/86