Once a listview is added to your ASP.NET AJAX UI application, at times you might need to apply filtering functions to help you go through a large number of data, so that you can easily find what you want with higher efficiency.
In this tutorial, we will explain to you how to apply basic filtering for your Kettic listview control and then introduce to you some of the commonly used filter expression. You can either apply these built-in filter expressions directly or you can build your own according to your requirements. How to Build ListView Filter Expression
Although Kettic listview control has already provides you with plenty of built-in featured filter expressions to fulfill basic needs, you might want to build some more on your own. In order to achieve that, you only need the designed filter expressions to Kettic Filter Expression collection and then it is done!
ListView Built-In Filter Expression
In this section, we will provide you with a brief introduction for some of the basic predefined filter expressions to help you easily get started with Kettic ListView control filtering.
Visual C# Sample for ListView Filtering
Below is a simple Visual C# demo for applying the built-in filter expressions provided by Kettic ListView control for ASP.NET AJAX. Please feel free to copy to your program for a test. PerListView1.FilterExpressions.BuildExpression().EqualTo("field",1).Build(); | ![]() ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control ASP.NET AJAX Grid UI Control ASP.NET AJAX Barcode UI Control ASP.NET AJAX Button UI Control ASP.NET AJAX Calendar UI Control ASP.NET AJAX NavigationBar UI Control ASP.NET AJAX Captcha UI Control ASP.NET AJAX Color Editor UI Control ASP.NET AJAX ComboBox UI Control ASP.NET AJAX DataPager UI Control ASP.NET AJAX Dock UI Control ASP.NET AJAX DropDownList UI Control ASP.NET AJAX DropDownTree UI Control ASP.NET AJAX HtmlEditor UI Control ASP.NET AJAX FileManager UI Control ASP.NET AJAX Filter UI Control ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control OverviewGetting StartedTemplatesFeatures PagingSortingSelectingGroupingFilteringData Binding DataSource DataASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |