1
0
-1

Dear Expert,

I am using Joget 5.x with the Advance Grid feature.(pqGrid)

How can we auto populate a cell value once the user have changed a value of the other column?

Best Regards

Tony Chu

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Hi, the question is not clear or detailed enough but I suppose you intend to change the value of a cell dynamically when another cell value changes? If so, you could also use some custom JavaScript or JQuery in your form to detect the change event for the element you want (for example https://api.jquery.com/change/)

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Dear Matthew,

        When I mentioned "Auto Populate" actually what I mean is auto fill the cell as the cell is for display only.

        Best Regards

        Tony Chu

          CommentAdd your comment...
        1.  
          0
          -1
          -2

          Hi Tony Chu

          You can use Dynamic Cascading Drop-Down List to populate a selectbox based on another field's value, using the "Grouping" function.

            CommentAdd your comment...