This repository was archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Rating
MikhailTymchukDX edited this page Aug 24, 2016
·
3 revisions
The Rating control provides intuitive rating experience that allows users to select the number of stars that represents their rating
| Name | Description |
|---|---|
| AutoPostBack | Set to True to cause a postback on a rating item click |
| BehaviorID | ID of the behavior object |
| CurrentRating | An Initial rating value |
| EmptyStarCssClass | A CSS class for a star in empty mode |
| FilledStarCssClass | A CSS class for a star in filled mode |
| ID | Rating control ID |
| MaxRating | Maximum rating value |
| RatingAlign | Alignment of the stars (Vertical or Horizontal) |
| RatingDirection | Orientation of stars (LeftToRightTopToBottom or RightToLeftBottomToTop) |
| ReadOnly | Whether or not the rating can be changed |
| StarCssClass | A CSS class for a visible star |
| Tag | A custom parameter to pass to ClientCallBack |
| WaitingStarCssClass | A CSS class for a star in waiting mode |
| Name | Description |
|---|---|
| GetCallbackResult() | Returns a callback result |
| RaiseCallbackEvent(eventArgument) | Raises the callback event |
| RaisePostBackEvent(eventArgument) | Raises the postback event |
| Name | Description |
|---|---|
| Changed | Fires when rating is changed |
| Click | Fires when rating is set |
Returns a callback result
Raises the callback event
Params:
-
eventArgument
- Type: String
- Description: Event argument
Raises the postback event
Params:
-
eventArgument
- Type: String
- Description: Event argument
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