Announcement

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

    SmartGWT.mobile dependent select

    In the fetchData method of SelectItem, could you please replace direct reference to pickListCriteria attribute by getPickListCriteria(). This way overriding getPickListCriteria() in a custom made SelectItem allows to generate dynamic criteria (criteria dependent on other fields values).

    This is how it works with smartgwt (desktop version) SelectItem

    Thanks, Ben.

    #2
    Any feedback ?

    Comment


      #3
      The correct function to override is getPickListFilterCriteria(), which matches SGWT. This has now been set up as an override point for SmartGWT.mobile as well.

      Comment


        #4
        Thanks for the reply!

        Comment

        Working...
        X