Skip to content Skip to sidebar Skip to footer

Why Can't Jquery Jqgrid Default My Combobox Correctly When I Have A Comma In The Select Values?

I am using jqGrid with ASP.NET MVC. I have an edit form which works great, but for some reason I have one combobox field that doesn't default to the current selected row after the

Solution 1:

Probably you will find the answer on your question here: you should use object instead of string as the value of the value option for the list of select values.


Post a Comment for "Why Can't Jquery Jqgrid Default My Combobox Correctly When I Have A Comma In The Select Values?"