Hi, All.
I have a grid on my form, which displays Values from foreign key tables through valuelists. I mean cells have Guid as a value, but display String values from foreign key tables.So when I type something in the filterrow's cell,grid filters rows by guids, not by strings =( while if i open combo in filter row, it contains string values and if I'm selecting one of them, grid filters rows properly.
The question is how to implement filtering by displayed strings, not by values(guids) on typing in filter row's cell.
Thank you, Mike) I thought I do something wrong...I will write if Hot Fix doesn't help.
The filtering should be applied based on the text that the user sees, not the underlying value. Do you have the latest Hot Fix?