We are using Grids and Stores to make server side request and display there results. The grids and stores work well for us when there are no errors on the server, but we need to correctly handle errors from the server when they occur. Currently the grids display either “an error occurred” or “no data found” when we have problems on the server.
What is the recommended technique for adding custom “error handlers” to dojo grids and/or stores so that we can display appropriate messages to the user?
