binding datagrid to a string array?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lance

    #1

    binding datagrid to a string array?

    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


Working...