From f401d7f1372240798e0470fb90bdbed83d5da452 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 19 Feb 2006 00:53:40 +0000
Subject: Fixed a bug of calling destructor.
---
demos/quickstart/protected/pages/Controls/DataGrid1.page | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'demos')
diff --git a/demos/quickstart/protected/pages/Controls/DataGrid1.page b/demos/quickstart/protected/pages/Controls/DataGrid1.page
index be44d1e1..dde372f5 100644
--- a/demos/quickstart/protected/pages/Controls/DataGrid1.page
+++ b/demos/quickstart/protected/pages/Controls/DataGrid1.page
@@ -24,7 +24,7 @@ PRADO provides five types of columns:
TCheckBoxColumn associates cells with a specific field of data and displays in each cell a checkbox whose check state is determined by the data field value.
THyperLinkColumn displays in the cells a hyperlink whose caption and URL can be either statically specified or bound to some fields of data.
TEditCommandColumn displays in the cells edit/update/cancel command buttons according to the state of the item that a cell resides in.
- TButtonColumn displays in the cells a command button.
+ TButtonColumn displays in the cells a command button.
TTemplateColumn displays the cells according to different templates defined for it.
--
cgit v1.2.3