Jump to content
View in the app

A better way to browse. Learn more.

FGX Native

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi All,
I'm trying to use a tfgSearchEdit with a tfgCollectionView.
I'm searching the better way to set the focus to the CollectionViewitem that match my search value.

There is a demo that explain this management ?
I've seen that i can fill the SearchEdit.Suggestions with the CollectionViewItems field otherwise i can do a binarysearch in the Tlist<> that is linked to the CollectionView but i've to sort the list.

Can you suggest a best practise for that ?
Thanks a lot,
Luca.

 

  • Administrators

Hello Luke,

TfgSearchEdit doesn't depend on other controls. It just provide text input field with autocomplete functionality. And it supports 2 ways for getting autocomplete values:

  1. Static. Manual setting of values via Suggestions property. For small values list.
  2. Dynamic. You fill suggestions list in OnChanging event.

The CollectionView filtering method is fully provided to you. For example:

  1. You can filter your collection view model data (related TList, model, DAO and etc) and invoke ReloadItems.
  2. Also if you provide unique item's id via OnGetItemID, collection view will animate refreshing items. So user will see which items are disappeared.

Thank you

Create an account or sign in to comment

Similar Content

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.