|
||
The CMSDataGrid control allows you to display document data from the Kentico CMS database in a customizable table without the need to write any additional code.
The content is specified using its Path, MaxRelativeLevel, ClassNames, CultureCode, WhereCondition and OrderBy properties. Data is retrieved using the SelectDocuments query of the specified document type. These queries can be found at Kentico CMS Site Manager -> Development -> Document types -> ... Edit specified document type ... -> Queries.
|
Please note
If you wish to display data using a custom query, please use the QueryDataGrid control.
|
The CMSDataGrid is derived from the BasicDataGrid control.
The standard DataGrid designer can be used to set up CMSDataGrid style and behaviour.
The portal engine equivalent of the CMSDataGrid control is the Listings and viewers -> Documents -> Grid web part.
The following topics are available to help you familiarize yourself with the CMSDataGrid control:
•Getting started - contains a step-by-step tutorial that allows you to learn the basics of using the control
•Configuration - describes and explains the properties that can be set for the control
•Appearance and styling - describes how the design of the control can be modified