In this guide, we will get to know a few basic facts and settings for your Kettic ListView control for ASP.NET AJAX UI program. In the following sections, details will be provided on how to customize item selecting for your listview in several ways, and through defining several different types of properties. Related aspx or Visual C# .NET codes will be provided as well.
Right before we get to it, I want to mind you that apart from item selecting function, the outstanding Kettic ListView UI control for ASP.NET AJAX also provides you with plenty of choices for tailored customization. Some popular listview tutorials are presented here:
ListView Item Selecting Setting
In this section, we will help you get to know a few properties which you might use for item selecting. But before we get down to that, first let me introduce to you some methods for item selecting and deselecting in listview.
Item Selecting Templates
Apart from the properties introduced above, we have also prepared a template for item selecting in Kettic ListView: SelectedItem Template. Using this template, users can define the representing content for selected items, and at the same time, specifying the look and appearance of the selected items. Below is the aspx sample code for you: <kettic:PerListView ID="PerListView2" runat="server" ItemPlaceholderID="AutoStoreDetailsPlaceHolder" Value Extraction for Selected Items
At times, you might want to exact the values from selected items for other purpose or future use. This can also be easily achieved with Kettic ListView control for ASP.NET AJAX. Below is a simple demo with Visual C# codings which you can directly copy to your project to run. Hashtable values = new Hashtable(); | ![]() 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 PagingSortingSelecting GroupingFilteringData 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 |