joeharrison714 / MVCGrid.Net

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

Bugfix: Bound filters - support multi-select list #125

Open murraybiscuit opened 7 years ago

murraybiscuit commented 7 years ago

Problem: Single value select lists work correctly, but multiple select lists don't load values on bound filter load. Cause: Multiple values need to be split(',') into an array in order to set the select value. Solution: Add check for multiple prop on select element and handle values accordingly.