Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Hide header for a ListGrid column

    I am trying to hide the header for the column of a ListGrid. I can't find a method/example to even suggest if this is possible, let alone how to achieve it. Any help/idea will be mostly appreciated!

    Just to clarify, I do not want to hide the headers of all the columns, just a specific one's. The rest should be visible, following the default view specs of a ListGrid.
    Last edited by ghost277; 30 Apr 2012, 02:05.

    #2
    Bump....

    any answers found ?

    Comment


      #3
      The only way I managed to achieve this is through a workaround. I set the header title of the ListGridField or the DataSourceField to " ". This makes the header of the ListGrid's column to appear empty. I would prefer a specific method for this, but it works for me this way ...

      Comment

      Working...
      X