Multi-row List Support

Return to Introduction  Previous page  Next page

Summary

The ASP.NET user interface and supporting class framework provides extensive support for multi-row lists, which are sets of fields on screens that have a columnar layout. 

Controlling Properties

rolloverFieldMap.MultiRow,  rolloverFieldMap.Name, rolloverField.ColumnKeyType, rolloverFieldMap.ListStyle, rolloverFieldMap.CursorDrillDown, rolloverFieldMap.ScreenReadMax, rolloverFieldMap.MapTemplate, rolloverFieldMap.TableWidthOverride, rolloverFieldMap.TableHeightOverride

Details

[To Be Completed]

 

Features of Multi-Row Lists

 

DHTML Gridview
Color and Highlighting support
Paging suport
Single-click Mouse selection
Double-click Mouse selection
Action Column support
Popup Actions
Mouse rollover popups
Column Headings and Tooltips
MappedList Parent and Child classes
Row Selection
Paging Support
ion.htm">Double-click Mouse selection
Action Column support
Popup Actions
Mouse rollover popups
Column Headings and Tooltips

 

The InlineView template generates an additional method in the CodeBehind module for a page containing the source Multi-row FieldMap which will create HTML for a Table containing multiple TR and TD elements.  The InlineView generated code is simple generation of a static HTML table containing the contents of multiple screens-worth of rows.  This HTML is then included in the web page using simple javascript includes.

 

For Additional Information, Please See:

 

MappedList Parent and Child classes
oRow Selection
oPaging Support