1
0
-1

I have a grid form that loads and stores using BeanShell code or JDBC.

Can I get the value of a form field in JDBC load data?

Suppose I want to fill a form grid according to a field changed by the user. Can I reload this form grid using javascript?

Ex:

When the user changes the class, the students' grid must take the chosen class and get the students according to it from a database table. Is there a way that can reload the BeanShell code using javascript??

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi, you may have a look at page "List Grid/Popup Selectbox - Pass field value to Datalist for filtering - Knowledge Base for DX 7 - Joget | COMMUNITY".

      Sample application is present for list grid. hope it helps. 

        CommentAdd your comment...