I've been working on implementing the WebHierarchicalDataGrid for several weeks... I'm finally really close to being finished and was only tweaking some code in specific button events when all of the sudden when I click on the expand icon I'm getting a "Server does not respond" message and the grid will not expand. Since I haven't changed any of the datasource or grid properties or any client side code, and as I said I'm only working on events specifically triggered by clicking buttons I can't see how anything I've done would have caused the problem. I've tried rebooting my computer thinking given the message there might be some sort of communcation problem but to no avail. I just added an event handler for "RowIslandCreated" to see if it's even attempting to load the data and it appears it is. Does anyone have any insight on this fairly cryptic message?
Thanks!
Hi,
Did you figure this out yet. I wouldn't normally attempt to answer something like this, but your chances of getting an answer before Tuesday aren't too high.
You probably need to give some code and structure info here. Are there a lot of records in the child datasource being expanded? Did you check the selecting events to see what is being selected in the expand operation of that datasource?
Ed
PS I am also working for weeks on my first WHDG implementation. I am far from the tweaking process. I am very involved in the performance configuration of the grid.