We are developing a custom module which displays values from DB to a rad.grid.. & there is also a search box on the page which queries the db and rebinds the same rad.grid to display the search results. There is paging to the grid and the search box's submit button posts back without any ajax call. The data displayed on the grid includes some text and images (image paths from file system are queried from db and not binary data)..
The functionality works (search and paging) for superuser/host without any issues at all.
For anonymous users, however, on initial page load, data is bound properly with rad.theme/skin but on any button click (search or paging) the page posts back and re-loads without entering any event and the skin/theme is all messed up. Since the neither the button click nor the page load event are fired on postback, the grid retains the data that was bound previously.
Intrestingly after a minute or two, on page refresh the events are fired properly, but only once and again a minute later the page works..
Event viewer caught a General Exception about 'BusinessControllerClass' but this happens only once in a while.
Also, the module runs without any issues on a local testing server!
Please help us understand if there is a way to debug this issue. We tried out a few permutations and combinations like changing permissions, logging, reading forums.. but we are still lost.
Any help/suggestion would be greatly apprciated.
Thankyou so much.
Lakshman.