Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Nullreference exception is raised when we tab through Gridnumeric column in edit mode.


Stack trace.


         [External Code]        

>        Syncfusion.SfDataGrid.XForms.UWP.dll!Syncfusion.SfDataGrid.XForms.UWP.SfNumericTextBoxExtRenderer.OnElementChanged(Xamarin.Forms.Platform.UWP.ElementChangedEventArgs<Syncfusion.SfNumericTextBox.XForms.SfNumericTextBox> e) Line 49        C#

         [External Code]        

         Syncfusion.SfDataGrid.XForms.dll!Syncfusion.SfDataGrid.XForms.BorderView.AddChild(Xamarin.Forms.View child) Line 126        C#

         Syncfusion.SfDataGrid.XForms.dll!Syncfusion.SfDataGrid.XForms.GridVirtualizingCellRendererBase<Syncfusion.SfDataGrid.XForms.SfLabel, Syncfusion.SfDataGrid.XForms.Renderers.SfNumericTextBoxExt>.BeginEdit(Syncfusion.GridCommon.ScrollAxis.RowColumnIndex rowColumnIndex, Syncfusion.SfDataGrid.XForms.CellElement cellElement, Syncfusion.SfDataGrid.XForms.GridColumn column, object rowData) Line 563        C#

         Syncfusion.SfDataGrid.XForms.dll!Syncfusion.SfDataGrid.XForms.GridEditingController.BeginEdit() Line 144        C#

         Syncfusion.SfDataGrid.XForms.dll!Syncfusion.SfDataGrid.XForms.SfDataGrid.BeginEdit(int rowIndex, int columnIndex) Line 4605        C#

         SfDataGrid.dll!SfDataGrid.MainPage.GridPanel_CurrentCellActivating(object sender, Syncfusion.SfDataGrid.XForms.CurrentCellActivatingEventArgs e) Line 56        C#

         [Resuming Async Method]