Web Grid Enhancements V11
/documentation/pages/Index/Web Grid Enhancements V11.html
Web Grid Miscellaneous Enhancements
/documentation/pages/Index/Web Grid Miscellaneous Enhancements V11.xml
A directory of links covering miscellaneous enhancements for the Web Grid component, including date pickers, row expanders, action javascript, and more.
How To
/documentation/pages/Index/How To.xml
Page links relating to how to topics.
How to Call a UX Component from a Grid and Pass Information from the UX Component Back into the Grid
/documentation/pages/HowTo/Grid/Calling a UX Component from a Grid and Pass Information from the Dialog Back to the Grid.xml
Steps and examples on how to do this are described in this page.
What's New in Version 11
/documentation/pages/Index/What's New in Version 11.xml
Welcome to Alpha Five Version 11! If you thought we added a ton of functionality in Versions 10 and 10.5 plus the Feature Packs, you may have to recalibrate your notion of what defines a "ton of functionality".
How To Call the Xbasic UI from Working Preview in a Grid or UX Component
/documentation/pages/HowTo/Desktop/Calling Xbasic UI from working preview.xml
Learn how to call Xbasic in a UX or Grid component from working preview or opened in a window in a Desktop application.
How to Filter Records in a Grid Component Using Information from the Extended User Info Table
/documentation/pages/HowTo/Grid/Filter Records Using Extended User Info.xml
Learn how to filter records in a Grid component based on the currently logged in user using the "USERID" field from the Extended User Information table.
Grid Component - Opening a UX from a Button on a Grid and Passing Information Into the UX
/documentation/pages/Server/Guide/Design/View/Grid/Opening a UX from a Button on a Grid and Passing Information Into the UX.xml
You can open a UX component from a button on a Grid using several different actions in Action Javascript. For example, there are built-in actions to edit the data in the current row of a Grid using a UX.
Passing a Record from a Grid to a Dialog
/documentation/pages/Server/Guide/Design/View/Grid/Passing a Record from a Grid to a Dialog.xml
Web publishing applications only. The problem is the following. You have selected a record in a grid and now want to display it in a separate page containing dialog component. The solution to the problem lies in the fact that you can set default values for a dialog component's variables in the URL of the page that loads the dialog.
How to call a SQL Server stored procedure from a Grid
/documentation/pages/HowTo/Databases/Call a SQL Server stored procedure from a Grid.xml
Stored procedures can be called from a Grid component to get data from a database.