[SOLVED] CheckBoxes in DataGridViewRowHeaders

Answered [SOLVED] CheckBoxes in DataGridViewRowHeaders

  • Sunday, August 05, 2012 9:58 PM
     
     

    Hi,

        I want to put CheckBoxes in the RowHeaders of a DataGridView, even in the column header cell of the row headers column (I mean, the cell at 0, 0). It seems that I can subclass either DataGridViewCheckBoxCell or implement IDataGridViewEditingControl, or both.

        It is even possible that I would need separate classes for the header and the RowHeaders.

        Besides, what I've found so far hints at drawing the cell by yourself.

        Any advice on how to proceed here ??

    Daniel


    • Edited by dtoffe Friday, August 10, 2012 7:23 PM
    •  

All Replies