Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We have  implemented a custom data binding method to connect data to the Infinite Scroll Grid. To achieve this, we are utilizing the dataStateChange event of the Grid. Within this event, we are loading the subsequent data set based on the page size, using the skip and take information available through the dataStateChange event argument.

In addition to this our requirement is to have the initial grouping but after passing default grouping columns in groupSettings prop grid is showing 'No records to display' message.


initial grouping with custom data binding display no records on initial load, if any further action it will render proper grouped rows in content.


this is an improvement task in initial sorting, filtering, grouping, and searching needs to provide support with custom binding.