Hi,
I have used SfDataGrid and binding the data its all good. Now we are adding paging . my problem is
OnDemandPageLoading method loads all the 1,00,000 of records later it is navigating to the next page when tap on the page buttons.
my requirement is , when tap on NumericButton (paging buttons)
ex:if i tap on 2nd numericButton it should hit the api and get the records then bind to the sfDataGrid.
here my app is going to be crashed.
my code: