These release notes contain information that might not appear in the Help. Read them in their entirety before you install the product.
extend Release | Hot Fixes |
---|---|
10.5.0 |
|
10.5.0 Patch Update 1 |
|
Explanation
One of the core behaviors of the Grid control and moving columns inside a grid is that the runtime tracks and manages the movement of the columns. For example:
In this scenario, modify grid(1,2) modifies the cell directly below column A, which is the cell in position 2,2. Historically, this is the correct behavior, as the runtime is notified that the column has moved and then places the modify in the correct Col A column no matter where the column resides on the UI.
After updates provided for ECN-4789, the same scenario modifies the absolute cells, meaning that modify grid(1,2) cell-data always modifies cell (1,2) even though the column has moved. This affects the registry values.