Datagrid Composite control?

P

pnp

Hi all,
I would like to create a component that simulates the functionality
of an MS Access table, through a Datagrid combined with comboboxes,
datetime selectors and checkboxes.
So when a table is dispayed through this datagrid all the foreign
keys will be displayed in a combobox which will display the foreign key
string and with value the ID of that foreign key to be used in the
current table. Also all the dataetime fields to be able to have a
datetime picker so the value returned from this be put in the table. I
would also like all the boolean fields to be displayed as comboboxes.
Actually this would pretty much simulate an Access table...

How can I do something like this?

thanks in advance,
pnp
 
A

Al Ponomarev

I would like to create a component that simulates the functionality
of an MS Access table, through a Datagrid combined with comboboxes,
datetime selectors and checkboxes.
So when a table is dispayed through this datagrid all the foreign
keys will be displayed in a combobox which will display the foreign key
string and with value the ID of that foreign key to be used in the
current table. Also all the dataetime fields to be able to have a
datetime picker so the value returned from this be put in the table. I
would also like all the boolean fields to be displayed as comboboxes.
Actually this would pretty much simulate an Access table...

How can I do something like this?


May be try to use 9Rays.Net FlyGrid.Net (http://9rays.flygrid.net)?
 
P

pnp

Cor said:
Thanks a lot! That is just what I had in mind...
 

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

Top