unvell / ReoGrid

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.
https://reogrid.net
MIT License
1.33k stars 394 forks source link

Full Row Select Required Like other Data Grids. #438

Open amoltarte opened 3 years ago

amoltarte commented 3 years ago

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

image

Edition

Which edition of ReoGrid do you using?

Environment