Posted 13 August 2024, 4:17 am EST
Hello.
When using two flexgrids on one screen,
each grid’s cell factory requires different functions.
So each grid needs its own cell factory.
How should I code it?
Please include example source.
Thank you.
Forums Home / ComponentOne / Blazor Edition
Posted by: soraroid on 13 August 2024, 4:17 am EST
Posted 13 August 2024, 4:17 am EST
Hello.
When using two flexgrids on one screen,
each grid’s cell factory requires different functions.
So each grid needs its own cell factory.
How should I code it?
Please include example source.
Thank you.
Posted 14 August 2024, 7:39 am EST
Hi,
You could refer to the attached sample in which there are two FlexGrids in a single page and each of them have different cell factory. The grids are present in the “FlexGridIntro.razor” component.
Let us know if you face any issues or if your use case is not covered.
Regards,