Posted 29 September 2021, 5:25 pm EST
I am using flexgrid in winforms and am trying to use column selector to select rows but am struggling to do it that. Am trying to achieve something like the image.
Forums Home / ComponentOne / WinForms Edition
Posted by: maximusdebois on 29 September 2021, 5:25 pm EST
Posted 29 September 2021, 5:25 pm EST
I am using flexgrid in winforms and am trying to use column selector to select rows but am struggling to do it that. Am trying to achieve something like the image.
Posted 29 September 2021, 5:27 pm EST
I mean this image rather
Posted 30 September 2021, 7:30 am EST
Hi,
You can show the checkboxes in the row headers using the SetCellCheck method and then handle the CellChecked event to change the Selected property of the row accordingly. Please refer to the sample attached.
Regards
Avnish
Posted 30 September 2021, 12:26 pm EST
Thank you