diff options
author | xue <> | 2006-02-02 06:29:24 +0000 |
---|---|---|
committer | xue <> | 2006-02-02 06:29:24 +0000 |
commit | b2fba25e4b146c4896304377643e498a22a3ced0 (patch) | |
tree | 929d9cc151f9824132e37f4a8aae77ae5a8d8a99 /.gitattributes | |
parent | 2037f60c73a77f28cc09fcb64cb424e16c593765 (diff) |
Added a demo of using TDataGrid with automatically generated columns.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 78dcca04..0e6d61f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -97,6 +97,8 @@ demos/quickstart/protected/pages/Configurations/Templates2.page -text demos/quickstart/protected/pages/Configurations/Templates3.page -text demos/quickstart/protected/pages/Construction.page -text demos/quickstart/protected/pages/Controls/DataGrid.page -text +demos/quickstart/protected/pages/Controls/DataGrid1.page -text +demos/quickstart/protected/pages/Controls/DataGrid2.page -text demos/quickstart/protected/pages/Controls/DataList.page -text demos/quickstart/protected/pages/Controls/List.page -text demos/quickstart/protected/pages/Controls/Overview.page -text |