Placing Custom User Control in a datagrid cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been working with the datagrid styles and have been trying to figure
out how to place a user control in a data grid cell. Is there a supported
method for doing this or is there a better option for creating an excel style
grid of controls.
 
Hi Joe,

I remember MSDN docs on the DataGridColumnStyle class contained an example
of building a custom column style placing a drop-down box inside data grid
cells.
 
Back
Top