I have a WebHierarchicalDataGrid that uses two stored procedures to fill the grid. This code previously worked correctly with a page load time of just a few seconds in 2010 volume 3. When we upgraded to 2011 volume 1, the load time increased to several minutes. The top level grid has roughly 2000 rows of data and the second level has roughly 14000. With the EnableAjax property set to true it times out whenever we attempt to expand the child rows. When I set it to false the page works, it just takes a long time. With an InitialBindDepth of 1it will take a long time to load and then afterwards the page works correctly. I am assuming that it is attempting to load all the rows whenever I interact with the grid. This was not the case in 2010 volume 3. Is there something that I need to change in order for this to just process a single page at a time?
<
="server"
="0"
="95%"
="true">
>
="10%">
="false"
="MANUFACTURER">
="PARTNUM">
="MODELNUM">
="SEQNUM"
="90%">
="SERIALNUM">
="BARCODE">
="UIC">
="UPDATESTAMP">
/>
="server">
="StoredProcedure">
Is there any more information I could provide that might help me get a response on this? Otherwise I have to start the rather painful downgrade process.