Welcome Guest, Not a member yet? Register   Sign In
CI URI Problems and Using Extjs Grid
#2

[eluser]oldroy[/eluser]
Fielder,
I was able to solve the same problem by using a data proxy so extjs doesn't send the extra crap on the post.

<code>
var dataProxy = new Ext.data.HttpProxy({
url: base_url + "index.php/admin/images/ajaxGetImages",
method: 'POST'
});

ds = new Ext.data.GroupingStore({
proxy: dataProxy,
reader: readme,
sortInfo: {field: 'aspect', direction: "ASC"},
groupField: 'aspect'
});
</code>


Messages In This Thread
CI URI Problems and Using Extjs Grid - by El Forum - 07-30-2009, 10:51 PM
CI URI Problems and Using Extjs Grid - by El Forum - 08-30-2009, 09:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB