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

Filtered data count

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Amrutha
Top achievements
Rank 1
Amrutha asked on 03 Aug 2013, 08:25 AM
Hi,

I am filtering the data-source of a listview as follows...

function filter(){
   var listView = $("#SubFolderList").data("kendoMobileListView");
   listView.dataSource.filter({ field: "ItemName", operator: "contains", value: SearchValue });
   if(// the count after filter ==0){ 
    //i want to hide a div
   }
   else{
   //show the div
  }
}

How to get the count of the filtered row?

Thanks,
Amrutha

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 06 Aug 2013, 04:01 PM
Hi Amrutha,

I've answered your inquiry in your other post. Please do not open multiple posts for the same question as this only slows us down.

Thank you for the understanding.

Regards,
Steve
Telerik

Do you enjoy Icenium? Vote for it as your favorite new product here (use short code H048S).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussions
Asked by
Amrutha
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or