From 0cba2b20bb89e2be8728edb25e6a68a764d35c19 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 6 Feb 2006 17:01:15 +0000 Subject: Fixed a bug in TDataGrid about columnspan of pager cell. --- .../protected/pages/Controls/Samples/TCustomValidator/Home.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page index 840a6550..33d92985 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page @@ -24,7 +24,7 @@ Custom validator with default settings: ValidationGroup="Group1" ControlToValidate="TextBox1" ClientValidationFunction="myValidationFunction" - ServerValidate="serverValidate" + OnServerValidate="serverValidate" Text="You must enter 'test'." /> @@ -41,7 +41,7 @@ Custom validator with client-side validation disabled: EnableClientScript="false" ControlToValidate="TextBox2" ClientValidationFunction="myValidationFunction" - ServerValidate="serverValidate" + OnServerValidate="serverValidate" Text="You must enter 'test'." /> @@ -57,7 +57,7 @@ Custom validator with focus-on-error enabled and dynamic display: ValidationGroup="Group3" ControlToValidate="TextBox3" ClientValidationFunction="myValidationFunction" - ServerValidate="serverValidate" + OnServerValidate="serverValidate" FocusOnError="true" Text="You must enter 'test'." /> -- cgit v1.2.3