Announcement

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

    Bind 2 data fields to the same TextItem

    In the database there are 2 fields as first_name and last_name. The front end will have only one TextItem as Name. If a value is entered in this TextItem, the code should search in both first_name and last_name. How to bind 2 data fields to the same TextItem?

    #2
    Take a look at ComboBoxItem.filterFields.

    Comment

    Working...
    X