Announcement

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

  • Isomorphic
    replied
    This was not intended and it will be removed from nightly builds since Jan 19 (tomorrow), so skin preferences will be respected as expected. Thank you for the report.

    Leave a comment:


  • TreeGrid alternateRecordStyles: true in load_skin

    I've found strange enforcement in SmartGWT library.
    In constructor of TreeGrid class there is setAlternateRecordStyles(false).
    So that it ignores skin preferences.
    Is it intended for some reason??

    public TreeGrid(){
    setAnimateFolderSpeed(3000);setAlternateRecordStyles(false);
    scClassName = "TreeGrid";
    }
    I've checked latest nightly:
    SmartGWT 12.1p 2021-01-16

Working...
X