Documentation Index

Fetch the complete documentation index at: https://skthelp.syniti.com/llms.txt

Use this file to discover all available pages before exploring further.

Page Hover View

Prev Next

Overview

In legacy Construct, the Page (or page-level) Hover View displayed detailed record information in the Information pane when users hovered over rows in a grid.

Cloud Construct does not support hover-based detail views, but you can implement master-detail layouts with click-to-detail patterns for better accessibility and user experience.

Updated Methodology

  • Use a master-detail (or grid-form) layout with click-to-detail pattern for better accessibility than hover interactions.

    • Configure a detail (form) container bound to the grid with appropriate filter criteria that displays the full record when a user clicks a grid row.

    • Apply FlowHorizontal (side-by-side) or FlowVertical (top-to-bottom) layout styles to organize master-detail views.

  • Consider adding the most important preview fields as additional grid columns instead of using a separate detail view.

Configure Grid or Form Display