Making control appear even when not editing a column

  • Thread starter Thread starter harry
  • Start date Start date
H

harry

Hello,

I've been creating datagridcolumnstyles for quite sometime and discovered
how to do most things and solve most problems.
However there is one thing which I can't quite figure the best way to go
about doing and that is how to display
a control (checkbox, select box) on every row of a datagrid even when the
cell is not being edited. Currently all my
paint overrides just display the text but I'd like one column to display my
combo box even when not editing.
The inbuilt DataGridBoolColumn does this with checkboxes but I can't seem to
work out how it does it.

Anyone got any ideas, articles they could point me in???

H
 
* "harry said:
I've been creating datagridcolumnstyles for quite sometime and discovered
how to do most things and solve most problems.
However there is one thing which I can't quite figure the best way to go
about doing and that is how to display
a control (checkbox, select box) on every row of a datagrid even when the
cell is not being edited. Currently all my

<http://dotnet.leadit.be/extendeddatagrid>
 
While I appreciate being shown that it can be done, it doesn't exactly help
me find out how it is done.
 
Back
Top