I have the follwing code that gets fired when I want to fetch for a particular listgrid. How do I modify it so that the request that comes into the server has custom parameters? I've tried adding params:{'tset':'test'} but I dont receive it as part of the Request object and it is not part of the actionUrl either.
Code:
list.fetchData(null, null,{showPrompt:false});
Comment