Re: Grid Global Data

2008-05-20 Thread Todd Orr
My initial question was poorly worded. I apologize. It turned out that it was my fault. I was populating the wrong variables at the wrong time. Thanks though. On Tue, May 20, 2008 at 1:01 PM, Josh Canfield <[EMAIL PROTECTED]> wrote: > Can you show some code that you use to persist your result list

Re: Grid Global Data

2008-05-20 Thread Josh Canfield
Can you show some code that you use to persist your result list? Are you using @Persist("session")? or @ApplicationState (which would be how you generally get application scope) Are you doing any sort of caching at the page level? If you have url re-writing turned on with a page level cache then y

Grid Global Data

2008-05-18 Thread Todd Orr
I'm probably overlooking something trivial. I have a form that populates a result list that is session persistent. I view this page in Firefox and I see my results. What's strange is that if I navigate to the page with IE I see the same results. Does the grid store its data in the application scope