Exemplo n.º 1
0
        private void KasaFilterControl_FilterChanged(object sender, FilterChangedEventArgs e)
        {
            int a = e.ToString().IndexOf("Value", 0, e.ToString().Length - 1);

            if (a != -1)
            {
                KasaFilterControl.ApplyFilter();
            }
        }
Exemplo n.º 2
0
 private void btnCariFiltreIptal_Click(object sender, EventArgs e)
 {
     KasaFilterControl.FilterString = null;
     KasaFilterControl.ApplyFilter();
 }
Exemplo n.º 3
0
 private void btnCariFiltre_Click(object sender, EventArgs e)
 {
     KasaFilterControl.ApplyFilter();
 }