Grid Menu Options



When a grid heading is right-clicked, menu options for sorting, searching, filtering, and exporting data may be available depending on how the grid was configured.

The menu option text can be customized using the settings below.

Example:

// The following are default settings pui["filter text"] = "Filter"; pui["remove filters text"] = "Remove All Filters"; pui["find text"] = "Find"; pui["sort ascending text"] = "Sort Ascending"; pui["sort descending text"] = "Sort Descending"; pui["csv export text"] = "Export to Excel";

Where do you save this configuration option? Here.

Note: Starting with Profound UI Version 4, Fix Pack 6.2, this option still works, but is deprecated. We recommend that you use Language Support instead.