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
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