Using RowSpan attribute of DataForm - DataForm.NET Samples

This example illustrates how to use RowSpan attribute to customize DataForm layout (Photo field in this example).

Pick a Theme:

Employee IDPhoto

First Name
Last Name
Title
Title Of Courtesy
Birth Date 
Hire Date 
AddressCity
RegionPostal Code
CountryExtension
Home Phone
Notes
ReportsTo

  Design   Source  
  1. Open DataForm.NET Manager. In DataForm.NET List page, choose Employees_Template by clicking the link.
  2. Switch to DataForm tab. Current DataForm uses Photo field to upload/display files.
  3. Click Photo field to open up the DataForm Field Designer window.
  4. Photo needs to take more space to display employee photo on the page, so the RowSpan attribute is set to 7 to give photo more space.
  • Click HERE to open up a READ ONLY DataForm.NET Manager.
  • Click HERE to try for yourself.