How to use DataGridComboColumnStyle

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

    #1

    How to use DataGridComboColumnStyle

    Hi
    I Have found examples of the class DataGridComboCo lumnStyle, but I don't
    really know how to use it. I have tried to add this columnstyle and ordinary
    columnstyles and insert data to the columns, but nothing happens. The
    Datagrid is just empty. Can anyone show me how to add to different
    columnstyles and add data to them.

    Thankfull for answers

    Fia


  • Brian Tkatch

    #2
    Re: How to use DataGridComboCo lumnStyle


    fiaolle wrote:
    Hi
    I Have found examples of the class DataGridComboCo lumnStyle, but I don't
    really know how to use it. I have tried to add this columnstyle and ordinary
    columnstyles and insert data to the columns, but nothing happens. The
    Datagrid is just empty. Can anyone show me how to add to different
    columnstyles and add data to them.
    >
    Thankfull for answers
    >
    Fia
    Have you tried refreshing the grid after the change? Such as call
    Fill() from the DataAdaptor again (asuming you are using one) to
    populate the DataSource's DataTable?

    B.

    Comment

    Working...