Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Form with value manager doing GET request

    Sorry if this question was already asked, but couldn't find it then.

    I want to create a "parameter form" to get grid data. Each time the submit button is pressed, a GET request should be done. The difficulty is that I am using a ValuesManager component since the form is composed of various "fieldsets".

    Is this possible?

    #2
    Hi,

    does just using the result of ValuesManager.getValuesAsAdvancedCriteria as ListGrid.fetchData()-criteria work?

    Best regards
    Blama

    Comment

    Working...
    X