Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18743] Windows: Implement Ti.UI.ListView.searchText property for filtering

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-03-27T14:04:18.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2015-03-25T18:42:36.000+0000
Updated2017-03-16T22:25:11.000+0000

Description

Setting a ListView's searchText property does nothing right now. It should filter the items based on the search text. Unfortunately Windows doesn't make this easy for us. Looks like we need to filter the collections ourselves under the hood: - http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.ListView-property-searchText - http://stackoverflow.com/questions/11642528/windows-metro-app-filtering-listview-and-showing-specific-data-from-list - http://stackoverflow.com/questions/14956999/filtering-and-sorting-of-an-observablecollection-in-listview-binding - http://www.codeproject.com/Articles/527686/A-WinRT-CollectionView-class-with-Filtering-and-So

Comments

  1. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source