Most of the existing code in zero uses SerialiseFormToObject in the Javascript when posting values back to the server.
This works with dropdownlist fine but not with MultiSelectdropdownlist
The zero demo does not follow the SerialiseFormToObject pattern when posting values.
How do we get it working with SerialiseFormToObject as the demo example is inconsistent with the working code in zero when it comes to posting values
4 Answer(s)
-
0
There is a post on the issue tracker for this.
I suggested an external plugin we are using, called seralize.JSON, it works well. You can find a link in the issue:
<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/561">https://github.com/aspnetzero/aspnet-ze ... issues/561</a>
-
0
Thanks @strix20 :)
-
0
<cite>ismcagdas: </cite> Thanks @strix20 :)
So is this fix in next release of aspnetzero? According to the link sent it would be ?
If yes, how long till next release?
-
0
Hi @Mdonogma,
We are planning to include this into 5.1 release which is after v5. We are planning to release v5 this week but it will not include this change because we haven't worked on it yet.