From d658070b873f2f0cf8e35ea73cfa1e39e05e6750 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 10 Jan 2014 17:37:42 +0100 Subject: Added quickstart demo for TActiveRatingList --- .../pages/ActiveControls/ActiveRatingList.page | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveRatingList.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveRatingList.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveRatingList.page b/demos/quickstart/protected/pages/ActiveControls/ActiveRatingList.page new file mode 100644 index 00000000..7b6fb83d --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveRatingList.page @@ -0,0 +1,32 @@ + + +

TActiveRatingList

+ + +

+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. +

+ + + +
-- cgit v1.2.3