0
votes

My problem is that the validation is not working well in interactive grid in my application. I have tried all the possible ways, but nothing is working. The validation works well in the interactive report, but not with the interactive grid. The problem is that the error message keeps appear even if the data is correct. EX: if the validation condition is "Column is not null", the error message is shown even if I fill the column with data. .. Another thing, if I made the option of value required on, the same problem appears. Is their anything to do?

1

1 Answers

1
votes

I'm curious about how the validation worked for Interactive Report, anyway here's an example about how to create page validations:

In your Interactive Grid Page, navigate to validations and make sure that editable region and column are set up correctly.

enter image description here

When you run the page, you'll be able to see the error message when column is null. Once the column has a value, it will possible to save the changes. enter image description here