1
0
-1

Hi,

I was wondering if there is any way to add validity to an advance grid for a setup table

For example:

This is how my grid would look like. I am trying to add validity to the "Score From" and Score To" so that the user won't be able to setup a score range that is already used.

Currently, I can still add a from score "50" that is between the first row's 0-60 range. Which might cause issues for me later when I am trying to retrieve the points based on the validity and score from and to.

Is there a way to remove or prevent the user from submitting the form if they have selected a duplicate value or a value range that has already been chosen.

 

Some guidance or direction would be very much appreciated.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I'm not exactly sure, but I'm guessing it might be possible to use some custom JavaScript to do it although it might get rather complicated. Alternatively, instead of an Advanced Grid, you could use a Form Grid instead? With a form it would easier to perform validation using validators.

        CommentAdd your comment...