This is a migrated thread and some comments may be shown as answers.

FIlterable listview fixed search box

3 Answers 109 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
NOON
Top achievements
Rank 1
NOON asked on 22 Oct 2014, 01:54 PM
Hello, I was wondering if there is a way to create a filterable listview, but while the user scrolls through its items, the search box can stay fixed on top and never disappear from screen. Currently when the user starts scrolling the search box disappears after a few scrolls and the user has to scroll all the way up in order to search.

3 Answers, 1 is accepted

Sort by
0
Martin Yankov
Telerik team
answered on 27 Oct 2014, 10:41 AM
Hello,

The Kendo UI Mobile ListView widget does not offer such functionality out of the box. You can submit such an idea in the Kendo UI Feedback Portal and vote for it. That being said, you can implement such a functionality yourself. You just need to place a text input in the view header, so that it does not scroll with the ListView and bind it to filter the ListView data source on key up. I have implemented a simple example here. Of course, you will have to style this search box yourself.

I hope this information was helpful. Let me know should you have any other questions.

Regards,
Martin Yankov
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
NOON
Top achievements
Rank 1
answered on 27 Oct 2014, 03:38 PM
Thanks for replying to my post! This is a very nice solution but there is an issue regarding this. When used with remote views in Windows Phone Simulator it takes some time to remove the search box and when we press the backbutton it shows up for a while in the other view. 
0
Martin Yankov
Telerik team
answered on 28 Oct 2014, 01:23 PM
Hi,

I was not able to reproduce what you are describing. I tested on a low end Windows Phone 8 device and the search box hides as fast as the view is hiding depending on the transition effect. I have attached a sample project for reference. If you could open a support ticket and send me your sample project, maybe I could reproduce this.

I am looking forward to your reply.

Regards,
Martin Yankov
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder Windows client
Asked by
NOON
Top achievements
Rank 1
Answers by
Martin Yankov
Telerik team
NOON
Top achievements
Rank 1
Share this question
or