We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

UWP Speadsheet extection in HistoryManager.BeginTransaction

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

7 Replies

AA Arulraj A Syncfusion Team December 13, 2018 11:47 AM UTC

Hi Christian, 

Thanks for using Syncfusion products. 

We have tried your reported scenario using below attached sample in your last downloaded version 16.3.0.21 based on your provided code part. But, the sample is working fine as we expected. So, please let us know your exact use cases to reproduce your reported scenario or let us the below attached sample differ from your customization. It will be helpful us to provide the solution at the earliest.  


Please let us know if you have any concerns. 

Regards, 
Arulraj A  



CH Christian December 17, 2018 11:00 AM UTC

I can reproduce the error with your sample.
Open the attached Execel File and navigate to the first tab/ sheet (Samples & Subjects)
The app will crash

Attachment: excel_ef8b427c.zip


CH Christian December 18, 2018 07:37 AM UTC

Also with the sample from the Syncfusion UWP control panel I can reproduce the error:
Navigate to the first tab (Samples & Subjects), scroll a bit. Crash.



AA Arulraj A Syncfusion Team December 18, 2018 12:25 PM UTC

Hi Christian, 

Thanks for the update. 

We are able to reproduce the reported issue. We have forwarded this to our development team to validate and will update you with the details on 20 December 2018. 

We appreciate your patience until then. 

Regards, 
Arulraj A 



AA Arulraj A Syncfusion Team December 20, 2018 11:51 AM UTC

Hi Christian,  

Thanks for your patience. 

We have confirmed the reported problem “Data is not rendering properly when navigating between sheets” as an issue. The fix will be included in our upcoming release 2018 Volume 4 SP1 which is planned to roll out at the end of January 2019. 

Regards,  
Arulraj A  



CH Christian January 23, 2019 11:00 AM UTC

I updated the Syncfusion UWP libraries to Version 16.4.0.48 and can still reproduce the error...


AA Arulraj A Syncfusion Team January 24, 2019 12:29 PM UTC

Hi Christian,   

Thanks for your update. 

As we updated earlier the reported issue will be available in our upcoming 2018 Volume 4 SP1 which is planned in the first week of February 2019.  

We appreciate your patience until then. 

Arulraj A 


Loader.
Live Chat Icon For mobile
Up arrow icon