Exemplo n.º 1
0
 public async Task InputSearchKeyup(KeyboardEventArgs e)
 {
     if (e.Key == "Enter")
     {
         await GridComponent.AddSearch(_searchValue);
     }
 }
Exemplo n.º 2
0
 public async Task ApplyButtonClicked()
 {
     await GridComponent.AddSearch(_searchValue);
 }