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.
Thanks for your response. Since the message is clearly from the grid itself I'm hoping either someone who's run into it or an Infragistics team member might comment and tell me what the message is in response to. Since my code hasn't changed and there's a TON of it, I'm not thinking that's going to help to much. Hopefully the origin of the message will provide me some clue so I can dig in and attempt to figure out what's happening. At this point I don't even know where to start looking.
-Julie