I'm having difficulty adding new rows with the DomainGridDataControl. Are there any samples I can look at?
Whenever I double click on the blank row to try to insert data, I get the NullPointerException at.
at Syncfusion.Windows.Data.CollectionViewAdv.AddNew()
at Syncfusion.Windows.Controls.Grid.GridDataCurrentRecordManager.BeginEdit(Int32 recordIndex)
at Syncfusion.Windows.Controls.Grid.GridDataCurrentRecordManager.OnGridCurrentCellStartEditing(Object sender, SyncfusionCancelRoutedEventArgs args)
at Syncfusion.Windows.Controls.Grid.GridControlBase.OnCurrentCellStartEditing(SyncfusionCancelRoutedEventArgs e)
at Syncfusion.Windows.Controls.Grid.GridControlBase.RaiseCurrentCellStartEditing()
at Syncfusion.Windows.Controls.Grid.GridCurrentCell.BeginEdit(Boolean focusCellUIElement)
at Syncfusion.Windows.Controls.Grid.GridSelectCellsMouseController.MouseDown(MouseControllerEventArgs e)
at Syncfusion.Windows.Controls.Scroll.MouseControllerDispatcher.MouseDown(MouseButtonEventArgs e)
at Syncfusion.Windows.Controls.Scroll.MouseControllerDispatcher.OnMouseDown(MouseButtonEventArgs e)
at Syncfusion.Windows.Controls.Scroll.ScrollControl.OnMouseLeftButtonDown(MouseButtonEventArgs e)
at Syncfusion.Windows.Controls.Grid.GridControlBase.OnMouseLeftButtonDown(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonDown(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)