private void KasaFilterControl_FilterChanged(object sender, FilterChangedEventArgs e) { int a = e.ToString().IndexOf("Value", 0, e.ToString().Length - 1); if (a != -1) { KasaFilterControl.ApplyFilter(); } }
private void btnCariFiltreIptal_Click(object sender, EventArgs e) { KasaFilterControl.FilterString = null; KasaFilterControl.ApplyFilter(); }
private void btnCariFiltre_Click(object sender, EventArgs e) { KasaFilterControl.ApplyFilter(); }