Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

In my html page have one text box and search button. When i search any thing in my "search" text box, related images are displaying in listview (kendo UI control). I want to display total images "alert".

Thanks
Krishna.
Posted
Comments
Nathan Minier 2-Sep-14 9:10am    
Have you tried using the jQuery autocomplete to implement this? If you're using a model framework (knockout, angular, etc) it should be as easy as assigning the listview to a JavaScript array, building a service to provide a JSON array on the server side, and use the autocomplete the refresh that array every x keystrokes.
Rocker-Star 2-Sep-14 11:59am    
Kendo ListView should have arraylength property, which should give you the number of images in your case.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900