|
|
|
|
|
|
|
|
|
|
AAF: Sort/Search/Filter on Table Columns
In Table controls (data-bound or populated programmatically), columns with a search icon open a context menu with the sort, filter and search characteristics available for the column. All you have to do is right-click the search icon to open the context menu of column: This context menu proposes: - perform a search ("Search" option):
All you have to do is type the first letters corresponding to the sought element. The Table control displays all the elements corresponding to the first letters typed. - to implement a filter ("Filter"):
To do so, select a condition and type the requested value. The content of the Table control is filtered according to the specified condition. Note: The "Is empty" condition is used to filter the column on empty elements. - to delete a filter that was previously set on the column ("Delete filter").
- to remember filters ("Remember filters").
If this option is enabled, the filters implemented when closing the window will be automatically run during the next window opening. A short message will be displayed to inform the user and to indicate the filters that are set. - to remember sorts ("Remember sorts").
If this option is enabled, the sorts defined when the window is closed will be automatically set next time the window is opened. - to set a filter with one of the values in the column.
Remarks: - The context menus displayed when you right-click the column title and the search icon are different.
- These options are also available for the TreeView Table controls.
- For more details on the options of this context menu, see Context menu of columns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|