I’m also seeing this issue when dynamically changing the source on a treegrid version 3.2.2. It does not occur on the first load, only subsequent loads and does not occur if you set the dataAdapter’s property async = false. As a workaround, I just put a try…catch statement around the call to load the data as the treegrid was loading correctly despite throwing an error.