We are using a RAD treeView in our application that was built couple of years ago and curently we are trying to convert to Prometheus. It expands its nodes on demand (client-side). The first expansion works like a charm, but the expansion of a second node (child or peer to the first one, it does not matter) gives me this alert message:
"Index was out of range. Must be non-negative and less than..."
Also I noticed that the second call never reaches the server-side event handler - the same one that worked fine while building the expansion of the first node.
Any ideas hos to overcome this?
"Index was out of range. Must be non-negative and less than..."
Also I noticed that the second call never reaches the server-side event handler - the same one that worked fine while building the expansion of the first node.
Any ideas hos to overcome this?