How do I create a unique unbound DataGridViewColumn?

W

wannabe geek

I need a tutorial on how to create an unbound column for a datagridview.
everything is unbound and programmatically populated.
is CellValidating the appropriate place to enforce non-duplication? how to
enforce it?
 
W

wannabe geek

wannabe geek said:
I need a tutorial on how to create an unbound column for a datagridview.
everything is unbound and programmatically populated.
is CellValidating the appropriate place to enforce non-duplication? how to
enforce it?

Oh, now I see i will need numerous columns combined into one "key". one text
column and three number columns.
 

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