Hello
Since build 2024-08-15 from v13.0p, rulescopes are not functionning anymore for us, at least on ToolStripButton
The button stay disabled when a record in the listgrid is selected
2024-08-14 and previous are ok
tried up to 2024-08-28
Best regards
Since build 2024-08-15 from v13.0p, rulescopes are not functionning anymore for us, at least on ToolStripButton
Code:
final var firstButton = new ToolStripButton(); firstButton.setID("MyToolStripButtonID"); firstButton.setEnableWhen(new AdvancedCriteria("MyListGridID.anySelected", OperatorId.EQUALS, true));
2024-08-14 and previous are ok
tried up to 2024-08-28
Best regards
Comment