Radio button control added inside table validation message display above the control

Radio button control added to table cell validation message display above the radio button control

Step to reproduce

  1. Create a table

  2. Add radio button control to cell (Yes /No)

  3. Add validation in validate rule for the radio button property in the page list

  4. Call the validation in button click the action

@Thenuzan

Are you using property level validation or Page level Validaiton. Property level validation will show the error in the property frame. Try using Page level validation and check.

You can also a custom layout to log the error message anywhere in the screen if required based on some flag or property etc

@Thenuzan - In table cell we will be seeing the validation message only with red color warning symbol on the top of the cell. On hover of that icon will be seeing the error message. This is the expected behavior when the control is inside the table.

Thank you.