Beispiel #1
0
 public async Task GoToBlur()
 {
     await GridComponent.GoTo(_currentPage);
 }
Beispiel #2
0
 protected async Task PagerButtonClicked(int page)
 {
     await GridComponent.GoTo(page);
 }