Bug Report T124733
Visible to All Users

GridView - The Html.ListBox/Html.ListBoxFor extension with multiple selection does not return all values to the controller when placed inside EditForm

created 11 years ago

On post back of a multiselect listbox from within "SetEditFormTemplateContent" on a GridView only the first item is posted.

Html.ListBoxFor(model => model.RoleList, new MultiSelectList((List<SelectListItem>)Model.Roles, "Value", "Text", Model.RoleList), new { @class = "form-control", Multiple = "multiple" })

My post back should look like:
var roleList = Request.Params["RoleList"];
roleList  === "1,2,3"

I'm not looking to use DevExpress control.

Show previous comments (1)

    Debug the project and look at the output.
    Click edit or new on the gridview and try selecting multiple options and posting them back to the controller. It appears the Javascript is not properly collecting Form data when posting it back to the server.
    I provided a test of the gridview as well as a working example.
    Also, to note, I even upgraded to the latest version of DevExpress.

    Alessandro (DevExpress Support) 11 years ago

      Hi,

      I was able to reproduce this issue on our side. I will discuss this issue with the team. We will contact you once we have any results. We greatly appreciate your time and cooperation.

        Thank you!

        Answers approved by DevExpress Support

        created 11 years ago (modified 11 years ago)

        We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

        Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.