Announcement

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

    Highlight gridlist column

    If a grid column is sorted by a single column (as opposed to multi-sort), is there a way to highlight that column?

    #2
    Could you be more specific?

    The default, in the Enterprise skin, is that the headers that the grid is sorted by are shown in a distinct style (blue instead of grey). So they are already "highlighted" in that sense.

    Comment


      #3
      Thank you for the fast response!
      The Idea would be to highlight the whole column, not just the header, of the grid.
      In this example, I can see that the style of the header hihglight to blue, but I would like to expand that to the whole column, including it values: http://www.smartclient.com/docs/10.0/a/system/reference/SmartClient_Explorer.html#sort

      Comment


        #4
        You can use an override of getBaseStyle() or getCellCSSText() to achieve this. Either might be a better choice depending on exactly what you want - take a look at the docs and examples for each (the examples are linked from the docs).

        Comment

        Working...
        X