joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

globalSearch lamba Contains expression not working #83

Closed RichieRunner closed 7 years ago

RichieRunner commented 7 years ago

The weirdest thing is happening with my globalSearch lamba Contains expression. I've copied the globalsearch setup word for word from the documentation, but for some reason, my lamba Contains does not return any result if I search for the 1st character of a value.

Edit: .ToUpper() fixed it... -___- (although this wasn't necessary in the repo for some reason)

RichieRunner commented 7 years ago

Edit: .ToUpper() fixed it... -___- (although this wasn't necessary in the repo for some reason)