Posted 4 July 2019, 9:48 am EST
Hey,
So our first approach was to use a FlexGrid because it allowed for more customization like RowDetails. But the user was using an Excel sheet for this current functionality, so they wanted it to be as close to Excel as possible (hence the use of the FlexSheet).
Right now I have 1 bound FlexSheet where the users can enter numeric data (tracking hours, expenses etc) for months throughout the year. I have another bound FlexSheet below that has custom calculations for monthly, quarterly and YTD values based on the first FlexSheet.
The user would like both FlexSheets combined, for synced scrollability and so that both are included in the export. But since both FlexSheets are bound to their own unique itemsSource im not sure that is possible.
Hopefully that makes a bit of sense hah.