Link to home
Start Free TrialLog in
Avatar of genesisproject
genesisproject

asked on

datagrids, comboboxes etc.

i am creating a transaction page that will contain combobox's textboxes and autocalculators

these are the columns

cb = combo box
txt = txtbox
auto = auto calculation

all comboboxes are automatically populated from the database
datagrid max size is 10 rows


cb   cb     txt            cb                  txt       txt             auto        txt           auto           txt
dd   mm  yyyy     pcode               tcode  tsurface   prof fee     lab fee    total fee      prenum


how do you bind a combobox in a datagrid?

Avatar of w3tim
w3tim

Is this a windows form or a web form!?
ASKER CERTIFIED SOLUTION
Avatar of w3tim
w3tim

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Have you found that the datagridcolumnstyles product is working well?  How about support?

I came accross this link and am interested in using the  http://www.datagridcolumnstyles.net/  componets
Hi geedub1961,

They are extremely good components.  I haven't used them in quite a while but at the time I seem to remember I found it tricky to use them but I was just getting into .Net at the time.  I tend to write my own controls now but they are a good place to start.  As for support, I'm not too sure, I've never used their email support but their help files are pretty comprehensive and they have plenty of examples.

It depends what you are trying to achieve but they are worth looking at.

BTW, the answer I gave to this one was in September of last year ;)!

Thanks,
Tim