-
Notifications
You must be signed in to change notification settings - Fork 137
PagingBulletedList
PagingBulletedListExtender (demo)
PagingBulletedList is an ASP.NET AJAX extender that can be attached to an ASP.NET BulletedList control and provide client-side sorted paging. It is very flexible and lets you specify either the number of characters used in the heading indices or the maximum number of items to display per index. If the input is not sorted (either on the server or client), it will generate more header indices but still function appropriately.
Name | Description |
---|---|
ClientSort | Determines whether or not items should be sorted on the client side |
Height | Bulleted list height |
IndexSize | The number of characters in index headings (ignored if MaxItemPerPage is set) |
MaxItemPerPage | Maximum number of items per page (ignores the IndexSize property) |
SelectIndexCssClass | A CSS class for the selected index |
Separator | Separator text to be placed between indices |
UnselectIndexCssClass | A CSS class for indices that aren't selected |
Name | Description |
---|---|
clientSort | Determines whether or not items should be sorted on the client side |
height | Bulleted list height |
indexSize | The number of characters in the index headings (ignored if MaxItemPerPage is set) |
maxItemPerPage | Maximum number of items per page (ignores the IndexSize property) |
selectIndexCssClass | A CSS class for the selected index |
separator | Separator text to be placed between indices |
tabIndex | DOM elements of the indices |
tabValue | DOM elements of items to display for each index |
unselectIndexCssClass | A CSS class for indices that aren't selected |
Name | Description |
---|---|
indexChanged | Fires when the selected index changes |
DOM elements of the indices
Getter name: get_tabIndex()
DOM elements of items to display for each index
Getter name: get_tabValue()
Bulleted list height
Getter name: get_height()
Setter name: set_height(value)
The number of characters in the index headings (ignored if MaxItemPerPage is set)
Getter name: get_indexSize()
Setter name: set_indexSize(value)
Maximum number of items per page (ignores the IndexSize property)
Getter name: get_maxItemPerPage()
Setter name: set_maxItemPerPage(value)
Separator text to be placed between indices
Getter name: get_separator()
Setter name: set_separator(value)
Determines whether or not items should be sorted on the client side
Getter name: get_clientSort()
Setter name: set_clientSort(value)
A CSS class for the selected index
Getter name: get_selectIndexCssClass()
Setter name: set_selectIndexCssClass(value)
A CSS class for indices that aren't selected
Getter name: get_unselectIndexCssClass()
Setter name: set_unselectIndexCssClass(value)
Fires when the selected index changes
Add event handler method: add_indexChanged(handler)
Remove event handler method: remove_indexChanged(handler)
Raise event method: raise_indexChanged()
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout