I have a simple UWP speadsheet app in the Windows App store.
Xaml:
Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<spreadsheet:SfSpreadsheetRibbon DataContext="{Binding ElementName=spreadsheet}" />
<spreadsheet:SfSpreadsheet x:Name="spreadsheet" FormulaBarVisibility="Visible" Grid.Row="1" />
Grid
Code behind:
public MainPage()
{
InitializeComponent();
spreadsheet.AddGraphicChartCellRenderer(new GraphicChartCellRenderer());
spreadsheet.AddSparklineCellRenderer(new SparklineCellRenderer());
}
I get the following crash report / stack trac from the Windows store:
0 Syncfusion.SfSpreadsheet.UWP.dll Syncfusion::UI::Xaml::Spreadsheet::History::HistoryManager.BeginTransaction 0x000000000000005F
1 Syncfusion.SfSpreadsheet.UWP.dll Syncfusion::UI::Xaml::Spreadsheet::SpreadsheetCurrentCell.EndEdit 0x0000000000000051
2 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridCurrentCell.ValidateAndEndEdit 0x0000000000000031
3 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridCurrentCell.MoveCurrentCell 0x0000000000000043
4 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridCurrentCell.ProcessCurrentCell 0x000000000000001E
5 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridCurrentCell.HandlePointerOperations 0x000000000000007B
6 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::SelectionController.ProcessPointerSelection 0x0000000000000044
7 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::SelectionController.OnPointerPressed 0x00000000000002DF
8 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::SelectionController.HandlePointerOperations 0x00000000000000D0
9 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridColumn.PointerPressed 0x00000000000000CD
10 Syncfusion.SfSpreadsheet.UWP.dll Syncfusion::UI::Xaml::Spreadsheet::SpreadsheetColumn.PointerPressed 0x0000000000000108
11 Syncfusion.SfCellGrid.UWP.dll Syncfusion::UI::Xaml::CellGrid::GridCell.OnPointerPressed 0x000000000000001D
12 Spreadsheet_light.McgInterop.dll Windows::UI::Xaml::Controls::Control.global::Windows.UI.Xaml.Controls.IControlOverrides.OnPointerPressed 0x000000000000000A
13 Spreadsheet_light.McgInterop.dll McgInterop::ReverseComSharedStubs.Proc_TArg0___System.__Canon_ 0x0000000000000059