SmartClient Version: v13.1p_2025-09-03/AllModules Development Only (built 2025-09-03)
Hi, I found an issue with the ruleContext of a grid:
You’ll see that the two buttons at the bottom remain enabled. In fact, in the ruleContext the attributes related to the grid still have the values anySelected:true, numSelected:1.
Hi, I found an issue with the ruleContext of a grid:
- Open the enabledAndVisibilityRules example in the showcase. In my case, the grid ID was isc_ListGrid_1.
- Run isc_ListGrid_1.setCanRemoveRecords(true)
- Select a record
- Delete it using the removeIcon
You’ll see that the two buttons at the bottom remain enabled. In fact, in the ruleContext the attributes related to the grid still have the values anySelected:true, numSelected:1.
Comment