Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
UltraWebGrid 2011.1 Background Scrolling Stops Posting Back
posted

Hello,

We have an odd behavior occurring with one of our web products using the UltraWebGrid 2011.1.  We're running the latest patch set.  Our product is compiled using .net 3.5.  It is installed and running in a large number of client locations.

If the data contains 1000 rows or less, we use the XML Load on Demand value of Background.  Infragistics.WebUI.UltraWebGrid.XmlLoadOnDemandType=Background.  The number of rows brought back on each post back is also a configurable value to allow the users to customize their preferred performance behavior. 

This works fine in ALL of our client installations except one.  An existing client recently migrated to a new server.  The server is 2008 R2 running IIS 7.

On this new client server, on SOME pages, the Background postback only posts back 3 times, then stops.  The number of rows that are returned is ALWAYS 3 times the configured paging size.  What is strange is that this only happens on a few datasets, not all of them.  I've scoured the datasets looking for characters that might be mucking up the javascript and found none.

I'm concerned that the behavior has to do with the new server, since it has not been an issue anywhere else.  We have recently reinstalled both IIS and the .net 3.5 framework on the server.  As anyone experienced anything like this before?  Have any suggestions as to where to look?  I there any reason that the javascript would stop posting back after three repetitions?