Handling errors appropriately with Dojo Grids and Dojo Data Stores.
This is a pretty technical blog entry today, but I thought I'd post it seeing as how difficult it has been for me to find any reliable information on how all this works.
Dojo is an awesome Javascript framework, and their Grids are world-class examples of how to manage large volumes of data through a consistent, reliable and familiar interface. It supports all sorts of features from row sorting, paging and in-line editing through to custom formatters. Today's blog is about in-line editing, and how to handle errors.
