I have DevExpress GridControl
with one default GridView
to show the records in my form. I have bound the values to GridControl
from SQL Database table. Here, I want to select the single column's values as array or something similar using mouse click with any key combination. I have googled and get the solution to select multiple rows using CheckBox
column.
But, my scenario is different. I would like to select single column's values as array.
EDIT: I am also looking for an answer which needs to be highlight all cell values when clicked with any key combination in column header (similar like we have an option in Microsoft Excel).
Thanks in advance.