From d658070b873f2f0cf8e35ea73cfa1e39e05e6750 Mon Sep 17 00:00:00 2001
From: Fabio Bas
+TActiveRatingList is the active counterpart to the original TRatingList control.
+
+The AutoPostBack property is set to true by default.
+Thus, when a radio button is clicked a OnCallback event is
+raised after OnSelectedIndexChanged event.
+
+With ActiveControl.EnableUpdate
+set to true (default is true), changes to the selection will be updated
+on the client side.
+
+List items can not be changed dynamically during a callback request.
+
+Please refer to the original documentation of TRatingList for usage.
+TActiveRatingList
+Active Data Controls
@@ -201,9 +201,9 @@ TActiveButton control. See also the later part of the TDropContainer & TDraggable represents drag and drop containers.
+ TDropContainer & TDraggable represents drag and drop containers.
The former will make its child controls "draggable" while the latter will raise a callback when a draggable
control is dropped on it.
@@ -357,7 +357,7 @@ if Javascript was disabled on the client's browser.
+A simple TActiveRatingList and its caption: + |
+
+ |
+TActiveRatingList in vertical mode, SelectedIndex=2 + |
+
+ |
+TActiveRatingList with RatingStyle=blocks, AutoPostback=true, SelectedValue=Good + |
+
+ +A label to check callback results: |
+TActiveRatingList with AllowInput=false, Rating=4.6 + |
+
+ |