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

Grid Control Error when Blank Cell Selection Dragged and 'Copy Series' or 'Fill Series' clicked.

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.

3 Replies

PM Piruthiviraj Malaimelraj Syncfusion Team June 20, 2016 08:58 AM UTC

Hi Nilofer, 
 
Thank you for using Syncfusion products. 
 
We had analyzed your query and we could able to reproduce the issue. We have confirmed this issue as a defect and created a bug report. We have created the separate incident for your better follow up.  
 
Dashboard link: 
   
 Regards, 
Piruthiviraj 



NI Nilofer June 20, 2016 03:54 PM UTC

Thanks for the prompt response..

- Sameer


PM Piruthiviraj Malaimelraj Syncfusion Team June 21, 2016 10:57 AM UTC

Hi Nilofer, 

Thank you for your update. 

Please follow up with that incident for further assistance. 

Regards, 
Piruthiviraj 


Loader.
Live Chat Icon For mobile
Up arrow icon