Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
nareshkodumuri
Posts: 95
Registered: ‎04-28-2012
My Carrier: BlackBerry
Accepted Solution

How to apply filters to Listview created using GroupDataModel?

Hi,

 

 

     I have created a listview using groupdatamodel now i want to apply filters to that listview.How can do this?

please help me.(Like searching for contacts )

 

 

Regards,

Naresh Kodumuri.

Please use plain text.
Developer
peter_strange
Posts: 17,718
Registered: ‎07-14-2008

Re: How to apply filters to Listview created using GroupDataModel?

From C++?  or QML?

Please use plain text.
Developer
nareshkodumuri
Posts: 95
Registered: ‎04-28-2012
My Carrier: BlackBerry

Re: How to apply filters to Listview created using GroupDataModel?

Hi,

 

     I want to apply Filters using cpp!

Please use plain text.
Developer
nareshkodumuri
Posts: 95
Registered: ‎04-28-2012
My Carrier: BlackBerry

Re: How to apply filters to Listview created using GroupDataModel?

Hi,

 

     I found the solution for applying filters to listview.

 

 

 

Please use plain text.
Contributor
Sri_yk
Posts: 11
Registered: ‎08-27-2011
My Carrier: Vodafone

Re: How to apply filters to Listview created using GroupDataModel?

Hi Naresh,

 

       it would be great, if you can keep some description on how you acheived it.

 

Regards,

Sri...

Please use plain text.
Developer
nareshkodumuri
Posts: 95
Registered: ‎04-28-2012
My Carrier: BlackBerry

Re: How to apply filters to Listview created using GroupDataModel?

Hi,

 

     I am getting the Json response from the webservice and i parsed it and stored in the vector and i stored the same data in the datamodel and i set that datamodel to listview.

 

   In the top of the listview i have on textfield for filtering the list,for the textfield i have used one signal onTextChanging(const QString ) here i filtered the list by comparing listdata with entered data in the textField and created new datamodel and stored the datamodel with filtered text.

 

  In this way i achieved it.

Please use plain text.
Developer
greenback
Posts: 448
Registered: ‎10-17-2010

Re: How to apply filters to Listview created using GroupDataModel?

I am going to re-open this thread and ask how you are comparing the data. Do you have a sample C++ or QML code snippet?

 

 

:smileyhappy: 

Please use plain text.