Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
Full row select does not work.
Even after setting SelectionMode=SingleRow, it selects a single cell on which the mouse is clicked.
Behavior expected is to select the entire row.
Description
Full row select does not work. Even after setting SelectionMode=SingleRow, it selects a single cell on which the mouse is clicked. Behavior expected is to select the entire row.
To Reproduce
sheet.SelectionMode = WorksheetSelectionMode.SingleRow;
Screenshots
Edition
Which edition of ReoGrid do you using?
Environment