Announcement

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

    Number field does get treeCellDark class in TreeGrid

    In TreeGrid with alternateRecordStyles:true, and showRowNumbers: true, the number field does not get treeCellDark class for alternate style

    Example here - just add alternateRecordStyles:true, showRowNumbers: true to see the issue

    http://www-demos.smartclient.com/iso...tml#freezeTree

    #2
    We intentionally do not apply alternating styles to the row number column, for contrast.

    Comment


      #3
      This seems strange or at least it should be an option since you do apply "selected" and "over" classes to number column - it just looks inconsistent. Is there no way to apply alternating styles to number column?

      Comment


        #4
        You can add your own number column - pretty trivial to implement (formatCellValue: return rowNum).

        Comment


          #5
          That worked perfectly for me, thanks

          Comment

          Working...
          X