Hi,
I just wondered if there was any changes on displaying "info". I built the grid in React, and after updating the Kendo React to 5.18.0 version from 5.5.0, the "info" section seems to go missing (displaying # - # of # records). I did have this as part of the <Grid> properties. Thank you for the support
pageable={{
buttonCount: 5,
info: true,
pageSizes: [10, 20, 40],
}}