Hiding header on datagrid

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

    #1

    Hiding header on datagrid

    I have 2 datagrids
    When I select a line in datagrid one, the second datagrid is filled. How do
    I hide the header in datagrid two until it is filled
    reidarT


  • Ken Tucker [MVP]

    #2
    RE: Hiding header on datagrid

    Hi,

    Datagrid1.Capti onVisible=False

    Ken
    --------------------------

    "reidarT" wrote:
    I have 2 datagrids
    When I select a line in datagrid one, the second datagrid is filled. How do
    I hide the header in datagrid two until it is filled
    reidarT
    >
    >
    >

    Comment

    Working...