joeharrison714 / MVCGrid.Net

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

Filters with '&' symbols don't work #43

Closed NightWatchman closed 8 years ago

NightWatchman commented 8 years ago

& symbols are not escaped when building the querystring for filtering so the QueryOptions.GetFilterString() method only returns the portion of the string preceding the & symbol rathern than the entire filter string.

joeharrison714 commented 8 years ago

Thanks! I merged your pull request and will be updating the nuget package soon.