Here is the behavior I am looking for and I have tried a number of methods that have not worked for me.
After a user filters the grid they may click to another page in the application. When they do this I am passing data into a session structure in Coldfusion. The data in the structure looks roughly like this:
| struct | |
|---|---|
| ORS_STATUS_LONG_DESC | 0 |
| ORT_TYPE_LONG_DESC | 5 |
| PAGE | 2 |
| ROWS | 20 |
| SIDX | ord_order_id |
| SORD | desc |
| _SEARCH | true |
I've tried using setPostDataItem then triggered a reloadGrid and this did not work. Any suggestions to get this working?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top