Hey guys I have some strings in my grid like "Machine2". When I try to sort by Starts with: "Machine2" everything works great. But when I use equals: "Machine2" I get nothing. Do you know what causes this problem or maybe if I can just leave Starts with sorting ability (which is sufficient). Also it only occurs when using strings cause when I have int numbers like 100 sorting with equals: "100" works just fine.