ebekker / blazor-ag-grid

Blazor-wrapped component over ag-Grid -- demo:
https://blog.bkkr.us/blazor-ag-grid
MIT License
60 stars 18 forks source link

Custom display/edit components? #8

Closed nj-db closed 3 years ago

nj-db commented 3 years ago

Hi, Great work on this ag-grid wrapper. I was wondering if it is or will be possible to define custom components or controls for displaying & editing cell data?

glazkovalex commented 3 years ago

Hi, Great work on this ag-grid wrapper. I was wondering if it is or will be possible to define custom components or controls for displaying & editing cell data?

Yes, of course, but not in this frozen project, but in my developing project AgGrid.Blazor! Here is an example of how this is done in the component AgGrid.Blazor https://github.com/glazkovalex/blazor-ag-grid/blob/master/src/examples/Example3/Pages/FetchData5MultiFetchDS.razor.cs#L66 Mapping and implementation of ColorCellRenderer here: https://github.com/glazkovalex/blazor-ag-grid/blob/master/src/examples/Example3/wwwroot/Pages/ag-grid-script-config.ts#L14