DataDisplayControl

DataDisplayControl collects SYSPRO data and displays it through a template; the legacy default is a tile-listing template.

Configurable properties

Property Default Valid values or format Effect
DataSource
Not specified
Not specified   Sets the data source.
DisplayControl
Not specified
Not specified   Sets the display control.
EmptyMessageText
String
Not specified   Sets the empty-results message.
FilterDataTable
Not specified
Not specified   Controls data-table filtering.
PricingControlPath
String
Not specified   Sets the pricing control path.
ShowHeaders
Boolean
Not specified true, false Controls header display.
ShowIfNoRecords
Boolean
Not specified true, false Controls display when no records are returned.
TemplatePath
String
Not specified   Sets the display template path.
UseAllItemCharacteristics
Boolean
Not specified true, false Controls use of item characteristics.

SitePages.config example

The following example loads DataDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DataSource, DisplayControl, EmptyMessageText, FilterDataTable, PricingControlPath, ShowHeaders, ShowIfNoRecords, TemplatePath, UseAllItemCharacteristics.

<Control src="DataDisplayControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

DataDisplayControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.