Hi,
First I am sending a request (param) to the server and using the same PHP for another grid, but that grid doesn't give me data with passed param, but when I send param in the url I can get it done. When I searched for it, there is an object extraParams, I am using like,
This doesn't seem to work, it isn't sending the extra parameter. What am I doing wrong?Code:{ xtype: 'gridpanel', url: 'php/update.php', extraParams: { 'columnname': selectedField } }
Thanks.