can you please provide an example of kendo react selection grid along with pagination, filtering enabled ?
1 Answer, 1 is accepted
0
Wissam
Telerik team
answered on 10 Jul 2023, 01:29 PM
Hello, Darshan,
I would suggest updating the data based on the newly selected state in the `onSelectionChange` event handler. In addition, you can set the data property to the `process` function to apply the pagination and filtering.
For convenience, I prepared an example where I implemented this requirement: