DataGridView calculated field

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

    #1

    DataGridView calculated field

    Hi guys,
    I have a DataGridView binded to DataTable.
    In the DataTable I have an "ID" field.
    How can I create calculated column in the DataGridView that gets as value
    object (string) from my list, where item index in the list is equal to value
    in "ID" field?

    Thanks a lot
    Aleksey


  • RobinS

    #2
    Re: DataGridView calculated field

    Don't multi-post. I answered this in one of the other newsgroups. If you
    want to post to multiple newsgroups, post to all of them at once. This way,
    if someone answers it in one newsgroup, the answer shows up in the other
    newsgroups.

    RobinS.
    GoldMail, Inc.
    ------------------------------
    "Aleksey Timonin" <alekseyt@mdgme dical.comwrote in message
    news:O8oHmubXIH A.3940@TK2MSFTN GP05.phx.gbl...
    Hi guys,
    I have a DataGridView binded to DataTable.
    In the DataTable I have an "ID" field.
    How can I create calculated column in the DataGridView that gets as value
    object (string) from my list, where item index in the list is equal to
    value in "ID" field?
    >
    Thanks a lot
    Aleksey
    >

    Comment

    Working...