Authoring Datacolumns

  • Thread starter Thread starter WStoreyII
  • Start date Start date
W

WStoreyII

I have seen a few tutorials on this and have looked at some sample code but
what i am trying to do is to figure out how to create a column that contains
objects for instance combobox,timepickers ect

like i said i have seen tutorials on this but cant figure out what method
actually inserts the control in to the columns ?

Thanks again

WStoreyII
 
Hi,

The datagrid only displays controls in the datagrid cells when the
cell is being edited. So basically you have to place your control over the
datagrids textbox when the cell is being edited.

Ken
 
Back
Top