tags:

views:

701

answers:

1

Hi experts,

How can i send the Ext.data.store's array to server side in json type???

thanks

A: 

If using version 3 of ExtJS, look at the Ext.data.JsonWriter

Justin Wignall
...and if you're using version 2.x, get the array from the store and send it by hand using `Ext.Ajax`.
Jonathan Julian