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.