Hierarchical Data is Ugly !

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

    Hierarchical Data is Ugly !

    Winforms Datagrid Qoute (MSDN):
    Expanders are displayed in each parent row that contains a child table.
    Clicking an expander generates a list of Web-like links to the child tables,
    which when selected cause the child tables to be displayed end Quote.
    I hate it:
    1) This 'expando' icon is painted on each row even when no child belongs to
    it.
    2) When clicking this 'expando' icon you get a link to the child data, not
    the data itself.
    Ugly, ugly ugly. Any resolutions?
    Thanks
    ADH


  • Larry Woods

    #2
    Re: Hierarchical Data is Ugly !

    If you don't like it then turn it off!

    datagrid.AllowN avigation=False


    Larry Woods

    "adh" <avraham@adhsys .co.il> wrote in message
    news:uCYJ%23SN7 EHA.4004@tk2msf tngp13.phx.gbl. ..[color=blue]
    > Winforms Datagrid Qoute (MSDN):
    > Expanders are displayed in each parent row that contains a child table.
    > Clicking an expander generates a list of Web-like links to the child[/color]
    tables,[color=blue]
    > which when selected cause the child tables to be displayed end Quote.
    > I hate it:
    > 1) This 'expando' icon is painted on each row even when no child belongs[/color]
    to[color=blue]
    > it.
    > 2) When clicking this 'expando' icon you get a link to the child data, not
    > the data itself.
    > Ugly, ugly ugly. Any resolutions?
    > Thanks
    > ADH
    >
    >[/color]


    Comment

    • Ken Tucker [MVP]

      #3
      Re: Hierarchical Data is Ugly !

      Hi,

      Two options. First display the data in two grids use a
      datarelation to keep the grids in sync.



      Second use a third party grid to display the data. I like the developer
      express one.
      The high-performance award-winning WinForms Data Grid control is a feature-complete editing and data shaping component for Visual Studio.


      There is a free one from component one in the vb.net resource kit.



      Ken
      -------------------------------
      "adh" <avraham@adhsys .co.il> wrote in message
      news:uCYJ%23SN7 EHA.4004@tk2msf tngp13.phx.gbl. ..
      Winforms Datagrid Qoute (MSDN):
      Expanders are displayed in each parent row that contains a child table.
      Clicking an expander generates a list of Web-like links to the child tables,
      which when selected cause the child tables to be displayed end Quote.
      I hate it:
      1) This 'expando' icon is painted on each row even when no child belongs to
      it.
      2) When clicking this 'expando' icon you get a link to the child data, not
      the data itself.
      Ugly, ugly ugly. Any resolutions?
      Thanks
      ADH



      Comment

      • Avraham de-Haan

        #4
        Re: Hierarchical Data is Ugly !

        If you don't like it then turn it off!
        Nope, I do like it but only on the rows needed.
        Thanks, adh

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • Avraham de-Haan

          #5
          Re: Hierarchical Data is Ugly !

          Ken,
          Two options. First display the data in two grids use a
          datarelation to keep the grids in sync.

          I would like to have the data "telescoped ".

          Second use a third party grid to display the data. I like the developer
          express one.
          The high-performance award-winning WinForms Data Grid control is a feature-complete editing and data shaping component for Visual Studio.


          There is a free one from component one in the vb.net resource kit.


          Thanks, I will look at them.
          2005 will bring as a better integrated solution?
          This is something very basicaly (so I think).

          Thanks, adh

          *** Sent via Developersdex http://www.developersdex.com ***
          Don't just participate in USENET...get rewarded for it!

          Comment

          • Peter Huang [MSFT]

            #6
            Re: Hierarchical Data is Ugly !

            Hi

            I think you may try to post the suggestions to our MSWish program
            http://register.microsoft.com/mswish/suggestion.asp.
            Also it is hard to customize the datagrid to adapt your goal, so it is
            better to use a third-party control or recreate one ourselves.


            Best regards,

            Perter Huang
            Microsoft Online Partner Support

            Get Secure! - www.microsoft.com/security
            This posting is provided "AS IS" with no warranties, and confers no rights.

            Comment

            Working...