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