Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
Issue with grid row selector when changing from no records in the grid to records in the grid
posted

We are using row selection in the grid and have discovered a significant issue when the following steps are taken:

  • The grid is initialized with an empty array.
  • The grid is loaded with a new set of data in response to some user request (i.e. don't just reload it while initializing). This data can either contain "real" records or be empty.

Here is a partial screenshot after step 1

If the grid is reloaded with an empty array, the selector is removed:

The red arrow shows an additional anomaly where the set of fixed columns that is supposed to be on the right side is moved over by the width of the selector column.

Finally, if the grid is reloaded with one or more valid rows, all of the column configuration is lost:

It appears that the cause is the removal and then re-addition of the selector column.

Is it possible for us to change the behavior so that the column is never removed? Or can the grid be fixed not to lose the column information in this scenario?

This is a fairly critical issue since we cannot release our updated application using this grid until the issue is addressed.

Parents Reply Children