Devextreme-reactive: [Bug] React Grid regressions in version 1.6.0

Created on 17 Aug 2018  路  3Comments  路  Source: DevExpress/devextreme-reactive

  • [x] I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • [x] React Grid
  • [ ] React Chart
  • [ ] Vue Grid

Current Behaviour

I'm mainly dealing with remote date scenario. In previous versions (<=1.5.1), everything worked as expected. After upgrading to v1.6.0, problems start to surface.

  1. Upon data retrieval, the grid is empty, even though the pager shows that I actually retrieved data from the server. I inspected the network activity, and I'm 100% sure that all data was retrieved. After navigating to other pages and navigate back, the grid data occured. Please note that by "navigating to other pages", I mean navigating to other UI router routes (Mine is a SPA). Upon navigating back, the data appeared, without doing any re-fetch from the server, because I cached the data.
  2. Column resizing becomes really chunky and weird, which I believe is because of the resizing animation. Is there a way to disable resizing animation? When the table is complex, for example, holding a bunch of rows with nested component in the cells, resizing columns with animation is really ugly.

Please note that I made ZERO changes to my codebase after bumping up to v1.6.0, and everything worked perfect in v1.5.1

Expected Behaviour

Expect same behavior as in v1.5.1.

Steps to Reproduce (for Bugs)

image

I also recorded two videos showing the problems.
First video shows the regression, and the second one shows the expected behaviour (<= 1.5.1)

Regressions
Expected Behavior

Environment

  • devextreme-reactive: xxx
  • react: xxx
  • vue: xxx
  • browser: xxx
  • bootstrap: none
  • react-bootstrap: none
  • material-ui: none
Grid bug

Most helpful comment

Hi.

We've published the 1.6.1 version. The issue should be resolved. Please check it.

All 3 comments

Hi.

We've published the 1.6.1 version. The issue should be resolved. Please check it.

Works like a charm. Thanks a lot for the quick turnaround!!!

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

Was this page helpful?
0 / 5 - 0 ratings