Grid Disappears When Using "Go To End" on Web Client

Purpose of Document

Clicking the 'Go to End' button in a Find/Browse form collapses the grid on the Web client. What could be the possible cause of this issue?

Grid Collapse

The most common cause of this issue is with data that has been converted or interfaced by a third party software and certain columns of data within the table contain special characters in the data such as the following characters:

The most commonly seen characters that cause this issue are the tab and new-line characters.

The issue can be debugged using the following steps:

  1. Create User Grid Format
  2. Remove String Columns one by one (then click Go to End button)
  3. Repeat this action until selecting the Go to End button does not collapse the grid.
  4. Once you have identified the column with the special character, remove it by issuing SQL (possibly, update) statement.

Once the special character is removed from the data, then the Go To End option will work successfully without collapsing the grid.

Note:

Other case studies on Grid Collapse:

Refer to below document which is specific to tools release you are on:-