Hello
I have this lambda expression
Me.SubcriperGrd.ItemsSource = _
source.Where(Function(p As subscripers) p.Navn Like navn)
where i should filter the grid data based on the typed input in a txtbox
It returns the result when i type the full name but it doesn't filter the data as i type along in the txt field
what am i missing ?
Thanks