This Filter control is one of the consisting components that are included in the Kettic UI suite for ASP.NET AJAX. This control is mainly developed to help users create complicated and advanced filtering expressions for your application with ease.
In this user manual, we will get to know some of the useful client side events provided by this Filter control. Developers will be guided to get this Filter client object in the first place, and then be introduced to some crucial events, methods, properties, and so on.
To begin with client event settings and all, users should firstly get the Kettic Filter client object to begin with. Using the ASP.NET AJAX demo codes, which will demonstrated in the later sections, users can easily get reference of Kettic Filter control client side object.
When it is all set, now it is time for you to learn some of the important properties and client side events for this Filter control customization. In the following sections, we will proceed with a brief introduction of the related client side events. Please read on, and, if any questions, feel free to drop us a line for service support.
OnFilterCreated: You can fire this client side event after a Kettic Filter is created. You can only proceed with further filter customization after you have added a filter to your project.
OnFilterCreating: Please note that you can only fire this client side event before the Kettic Filter is created, which means you can apply this event when you want to integrate a filtering functionality.
OnFilterDestroying: When the Kettic Filter object is destroyed, users can fire this client side event. A sample scenario would be when you have destroyed the filter object on each window.
OnMenuShowing: This client side event is fired before the Kettic Filter context menu is shown. In other words, you can simply fire this event to show the filter context menu.
OnMenuShown: When the Kettic Filter context menu is already shown, you can try firing this client side event.
ASPX sample codes: <kettic:PerFilter runat="server" ID="PerFilter1"
Javascript codes: var filter; | ![]() 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 OverviewGetting StartedExpressionsField EditorsClient Prpgramming Filter Event ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control ASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |