For Example:
Below is the data order i put in the Grid,
[{"0":"3"},{"0":"2"},{"0":"1"},{"0":"4"},{"0":"7"},{"0":"5"},{"0":"8"},{"0":"9"},{"0":"6"}]
Below is the data order when retrieve data using getData,
[{"0":"1"},{"0":"2"},{"0":"3"},{"0":"4"},{"0":"5"},{"0":"6"},{"0":"7"},{"0":"8"},{"0":"9"}]
i want the same order what i put in the Grid when retrieve data from Grid.