Posted
on Mar 1, 2011
(permalink)
I had the similar issue, but after I change the parentID all to null, it works, just everything went to the root level. which means the problem has nothing to do with the database, somehow, the parentID of the table doesn't work well with the setting of your aspx or aspx.cs that result in the problem. I want to define the root levels from the client-side and assign them the parent value, while in the server side, bind the data source to different root levels based on the parent ID, or if I could just define the root levels in client side and bind different DataSource to different root level items it would be fine. Still working on it now