Dear, I guess this is a bug,
In Grid Control; Error when Blank Cell Selection Dragged and 'Copy Series' or 'Fill Series' clicked.
Have used this;
Public Sub New()
InitializeComponent()
'To set the excel like selection frame
Me.GridControlQualifiedRange.ExcelLikeSelectionFrame = True
'Set the Excel like current cell
Me.GridControlQualifiedRange.ExcelLikeCurrentCell = True
'Add the selection marker to the GridDataBoundGrid
Dim excelMarker As New ExcelSelectionMarkerMouseController(Me.GridControlQualifiedRange)
Me.GridControlQualifiedRange.MouseControllerDispatcher.Add(excelMarker)
End Sub
All is well when there is value in the top selected cell, but when its blank by mistake below errors shows;
System.IndexOutOfRangeException was unhandled
Message: An unhandled exception of type 'System.IndexOutOfRangeException' occurred in Syncfusion.GridHelperClasses.Windows.dll
Additional information: Index was outside the bounds of the array.