This is a migrated thread and some comments may be shown as answers.

how to pass an array using parameterMap to controller

0 Answers 139 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
charan
Top achievements
Rank 1
charan asked on 13 Aug 2012, 12:23 PM
hi,
I want to pass an array from view to the controller using parameterMap as shown below
parameterMap:
                        function (data, options) {
                            if (options === "read") {
                                val = sessionStorage.getItem("value");           // contains array
                                return kendo.stringify(val);

                            }
                        }
but i am not able to retrieve those values in the controller.can u tell me how to pass an array from view to the controller using parametermap.

No answers yet. Maybe you can help?

Tags
Data Source
Asked by
charan
Top achievements
Rank 1
Share this question
or