Hi,
I am currently using SmartGwt version 13.0-p20230122.
In a page, we have multiple list grids binded to the same datasource, but having one different parameter in their fetch criteria. There is a name field that is shown in the grid for all these which needs to be unique across the grids. To achieve that I have isUnique validator on the field in its ds.xml.
When a user tries to enter the same name in one of the grids, it's triggering a server-side validation and momentarily displays a validation popup. This popup goes away if the exitHandler was triggered by either clicking in some empty space or when clicked on another row of same grid. But if we click on name field of some other grid in the page this popup does not goes away. This happens only when the same field is clicked for which validation is triggered.
I am currently using SmartGwt version 13.0-p20230122.
In a page, we have multiple list grids binded to the same datasource, but having one different parameter in their fetch criteria. There is a name field that is shown in the grid for all these which needs to be unique across the grids. To achieve that I have isUnique validator on the field in its ds.xml.
When a user tries to enter the same name in one of the grids, it's triggering a server-side validation and momentarily displays a validation popup. This popup goes away if the exitHandler was triggered by either clicking in some empty space or when clicked on another row of same grid. But if we click on name field of some other grid in the page this popup does not goes away. This happens only when the same field is clicked for which validation is triggered.
Comment