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
Could you have left the "Not" out of your "If Not Page.IsPostBack Then"?
Otherwise, from your description of the problem, I don't have a clue, but if you post the code and markup you're using to create and databind the grid, someone might spot the problem. Be sure to tell us which code is from which event handler.
I will post the markup when i get back to work tommorow. As for code, there is none, i used two sqldatasources as views for teh webheirarchicaldatasource. I used the wizards to do the setup and added no code to the application yet. I did have a small piece of code for the grid in teh ultrawebgrid prerender that set a column to isgroupby = true, commented that out until i can get the grid working correctly. Basically, the entire page is wizard, no code. I am not checking for anything in postback as it is inside a webasyncrefreshpanel. the page shouldn't postback. (not sure if this is the correct way of doing it, but thats the way i have it setup currently - I am open to suggestions!)
Ahh.but one thing i did not mention and I am not sure if it makes a difference or not. All of this is in a web user control that is placed on the page. the idea was to place multiple user controls on the page, all being inside a webpanel so you could collapse for space. But again, no code.
thanx