Announcement
Collapse
No announcement yet.
X
-
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.
-
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??
I've checked latest nightly:public TreeGrid(){
setAnimateFolderSpeed(3000);setAlternateRecordStyles(false);
scClassName = "TreeGrid";
}
SmartGWT 12.1p 2021-01-16
Tags: None
Leave a comment: