ok, I have 4 ultrawebgrids (one per tab). only the first one is bound with the HeirarchicalData. I am getting several issues with this that are not showing up in the other grids/tabs.
It seems i have a few more issues, but these are the most pressing at the current time.
Thank you for any assistance or comments you might have.
BJ
I'm just adding my .02 cents in I hope it helps somewhat.
I have see the Paging issue before. With the newer version of the infragistics WebGrid ( anything after 2006. v3 ) I had to make sure I was processing my data in the infragistics_initalizeDataSource event ( or close to it ). Especially if you are using the AJAX Load on demand.
Even if you call an outside function from inside that event ( which is what I did ) it needs to call it from there.
Watch out for the Page and Infragistics Life Cycles, they can tend to confuse you ( well at least me ).
Also if you want only 40 records per page then you need to go into the DisplayLayout->Pager-> and set the records per page.
In your code I did not see you setting that in design time or run time.
Good Luck.
Larry
http://www.AboutMeadows.com