Hello, as mentioned, trying to upgrade from SmartGWT 4.1d PRO to 4.1p PRO.
The porblem occurred by a checkboxtree, which has a tree with closed folders.
In the version 4.1d i could normally select nodes (tree.selectRecord(Record)) under a closed folder. As result the folder gets a partial selection (the option setPartialSelection(true) is set).
But the same code didn't work in version 4.1p. Result: No selected record and no partial selection by the folder. The code only work, when the folder is open!
Is there a bug or a new feature in 4.1p?
The porblem occurred by a checkboxtree, which has a tree with closed folders.
In the version 4.1d i could normally select nodes (tree.selectRecord(Record)) under a closed folder. As result the folder gets a partial selection (the option setPartialSelection(true) is set).
But the same code didn't work in version 4.1p. Result: No selected record and no partial selection by the folder. The code only work, when the folder is open!
Is there a bug or a new feature in 4.1p?