Aspnet09 Knownissue29

In the stock components you can do things like this from the handlers:

Classic ASP: EBAGetHandler_SetErrorMessage(ErrorMessage?) and EBASaveHandler_SetErrorMessage(ErrorMessage?)
PHP: EBAGetHandler::setErrorMessage($message) and EBASaveHandler::setErrorMessage($message)
JSP: GetHandler?.setErrorMessage(String message) and SaveHandler?.setErrorMessage(String message)
… and then retrieve them via JS like so:

var dataSource = nitobi.getGrid('gridID').getDataSource(); var errorMessage = dataSource.getHandlerError();

Need to add support for this in .NET land.

page_revision: 0, last_edited: 1249494960|%e %b %Y, %H:%M %Z (%O ago)
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License