Occasionally, while debugging, I get “Component not found” alerts, and the cause has always been tricky to track down.
Is there an exception that I can enable in VS, so that it will break rather than displaying the alert?
Any progress on the debug build?
GetDataStoreTarget() is used when the data grid sends data requests. If it doesn’t find the component on the server it must have been disposed. The exception is important because it means that a client widget is asking for data but the server cannot find the corresponding control.
I noticed that the localized exception text doesn’t contain the id it was looking for. Will send you a debug build to track this down.
Please login first to submit.