Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt

Sets an array of objects as a data source for a single row in a template.?

This method will return only one row of data for the column bound by the datamarker. You must

 When binding an array horizontally, you must insert a datamarker

into the template

for each

column of data

element you want

shown

displayed.  

Signature
C#
C#
 public virtual void BindRowData(System.Object[] rowData, System.String[] columnNames, System.String dataSourceName, DataBindingProperties property)

...