datagrid populated with a string array?

L

Lance

Hi All,

Suppose I have a dynamic string array
Dim sa(,) as string

I want to populate the first two columns of a datagrid control with the two
columns of sa. I want the third column of the datagrid control to be check
boxes, indicating whether the value should be considered as a string or a
double. Any suggestions will be appreciated.

Thanks,
Lance
 
L

Lance Brannman

The datagrid control that ships with VS .NET. Perhaps there's a better
control. I simply need to bind a data control to a string array, add a
column of check boxes, and let users change the results.
 

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