I have a rad grid which allows filtering by column. Everything works fine except that in one column I have several records with values that start with "*". When I search by * I get all rows back an not the rows starting with *. If I enable linq expressions then searching by * works but then case insensitive searching no longer works.
I think RadGrid is using * as a shortcut indicator to do a "starts with" search. How can I get the filter to search for *?
Thanks,
Chris
I think RadGrid is using * as a shortcut indicator to do a "starts with" search. How can I get the filter to search for *?
Thanks,
Chris