Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- For Each item As DataGridTextColumn In Me.Columns
- Dim b As Binding = item.Binding
- If b IsNot Nothing AndAlso b.Path IsNot Nothing Then
- str.Append(" " & b.Path.Path & " LIKE '%" & editableTextBox.Text & "%' OR")
- End If
- Next
Advertisement
Add Comment
Please, Sign In to add comment