I am now getting the following error when I try to expand the grid to view the first band.
Hi Jesse Passwaters,
Could you let us know what version and build number you are using? Also, if you could attach a sample here demonstrating this problem, it would help in diagnosing it. As it stands now, we cannot do much.
regards,
David Young
Well, the issue was I didn't set my InitialDataBindDepth to -1. Once I did that, that seemed to have resolved the issue.
On that note, do you know of any examples of using Load on Demand by using an IEnumerable or a DataSet. I am not sure how to lay this stuff out in the code behind. While the samples in the Sample Browser are good, they don't show how to do this, that is unless you want to use a SqlDataSource.
This may help get u started: http://codecorner.galanter.net/2010/12/23/webhierarchicaldatagrid-manual-load-on-demand-when-bound-to-dataset/