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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top