Announcement

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

    Autocomplete Control

    Hello, I'm using SmartClient 9 and looking for a way to create autocomplete control.

    Can you please direct me where I can find an example for this kind of control?

    The ComboBoxItem is partially fine, but I need to find a way to fetch new data every time the user write something without using the cache mechanism.

    Thank you

    #2
    Use ComboBoxItem, but turn off caching via pickListProperties -> dataProperties -> useClientFiltering:false.

    Comment

    Working...
    X