Hi Isomorphic,
After upgrading from "v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)" to "v12.0p_2018-08-28/Pro Deployment (built 2018-08-28)" we are seeing a quirk in our List Grid after doing a Add operation.
The grid above the newly added record remains blank, until you select some other record in the ListGrid, as shown below in the image. On occasion we may not see the blank space, but it appears to happen most of the time.
image1
image2
We are essentially doing the two main operations after the Add operation completes.
scrollToRow(selRowNum);
selectSingleRecord(selRowNum);
If we comment out the call to scrollToRow(selRowNum), the blank space appears to go away.
Are you aware of any known issues here?
Any help would be appreciated.
Thank you
After upgrading from "v10.1p_2017-08-10/Pro Deployment (built 2017-08-10)" to "v12.0p_2018-08-28/Pro Deployment (built 2018-08-28)" we are seeing a quirk in our List Grid after doing a Add operation.
The grid above the newly added record remains blank, until you select some other record in the ListGrid, as shown below in the image. On occasion we may not see the blank space, but it appears to happen most of the time.
image1
image2
We are essentially doing the two main operations after the Add operation completes.
scrollToRow(selRowNum);
selectSingleRecord(selRowNum);
If we comment out the call to scrollToRow(selRowNum), the blank space appears to go away.
Are you aware of any known issues here?
Any help would be appreciated.
Thank you
Comment