Compute summary Values
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Server-side/Compute summary values.xml
Computing summary values on the server-side. For List controls that are based on SQL data, you can specify that summary data (e.g. total, avg, count, min and max - total and avg are only available for numeric fields) should be computed for certain columns in the List control.
afterClientSideSummaryCompute Event
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/jsRunTime/afterClientSideSummaryCompute.xml
Fires after the client-side summary values have been computed.
Client-side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Client-side/index.xml
The Client-side fields settings control the appearance and functionality of field data in the list control on the client-side.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Clientside/index.xml
Properties that use Javascript to evalute expressions, conditional styling, etc.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Client Side Properties/index.xml
'Client-side' properties for a Grid include Calculated Fields, Show/hide Fields, Enable Expressions, Conditional Styles, and Client-side Formatting. Not all of these properties will appear on every control type available.
UX Component Client-Side API
/documentation/pages/Ref/Client_Api/UX/index.xml
Properties and methods availble for interacting with components and controls in a UX Component
afterServerSideSummaryCompute Event
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/jsRunTime/afterServerSideSummaryCompute.xml
Fires after the server-side summary values have been computed.
Client Side Javascript in UX Components
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/Client Side Javascript in UX Components/index.xml
This is an overview of javascript in UX Components, what events are, how javascript can be written, where javascript can be used, and ways to test javascript in UX components.
Client-side Filter/Order, and Grouping
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/OrderGrouping/index.xml
List data can be filtered, ordered, and grouped using client-side expressions.
JSON Forms - Original Release Features
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/JSON Forms/JSON Forms - Original Release Features.xml

This large page is a conversion of the original release document found here: https://aadocuments.s3.amazonaws.com/ReleaseNotes/JSONForms.html

This page does not show added features since build 9719. For better organization, this page was broken down into 5 pages, and these ARE updated with new features.

JSON Forms allow you to create complex, data-driven forms using a single control on a UX Component, rather than adding individual controls for every field. They are lightweight, fast, and can be defined using JSON data.