DHTML Gridview

Return to Introduction  Previous page  Next page

Summary

The ASP.NET Gridview is created using the FVSubFile custom web control.  It presents a multirow list in a column layout, with non-scrolling headers as well as a variety of options selectable both in the Studio environment's properties and Visual Studio following generation.

Controlling Properties

rolloverField.ColumnKeyType, rolloverFieldMap.ListStyle, rolloverFieldMap.ScreenReadMax, rolloverFieldMap.MapTemplate, rolloverFieldMap.TableWidthOverride, rolloverFieldMap.TableHeightOverride, rolloverFieldMap.UseScreenAttributes

Details

[To Be Completed]

 

"4"> 

 Summary

The ASP.NET Gridview is created using the FVSubFile custom web control.  It presents a multirow list in a column layout, with non-scrolling headers as well as a variety of options selectable both in the Studio environment's properties and Visual Studio following generation.

 Controlling Properties

rolloverField.ColumnKeyType, rolloverFieldMap.ListStyle, rolloverFieldMap.ScreenReadMax, rolloverFieldMap.MapTemplate, rolloverFieldMap.TableWidthOverride, rolloverFieldMap.TableHeightOverride, rolloverFieldMap.UseScreenAttributes

 Details

The ASP.NET Gridview managed in the E-Migration DHTML framework offers a number of features that are oriented more towards inquiry and navigation than data entry and update (common with a number of commercially available gridview controls).

 

Since the FV Gridview is oriented towards lists displayed on traditional host application screens, it supports popular design features of these lists, along with a few additional features unavailable in a terminal emulation environment.

 

The features include:

 

Action Column Support
Paging Support
Color and Highlighting
Column Headings and Tooltips
Column Sorting
Mouse Rollover Popups
Popup Actions
Single-Click Mouse Selection
Double-Click Mouse Selection

 

 Next subsection: Action Column Support