datagrid - Dojo treegrid runs fine locally, but not on remote server -


using dojo's treegrid (v. 1.9.0) served local machine (mvc.net) grid loads fine sample, hard-coded data. however, when served remote machine, un-debuggable "sorry, error occurred".

breakpoints within formatters not hit, suggesting problem not lie unloaded dependencies within formatter. fails not on initial startup, if @ runtime try reload model using .setmodel(mynewmodel) after has loaded. have firebug flag set in dojo config object, , no informative warnings or errors showing in firefox...just annoying , useless message in grid itself.

the sorry, error occurred message result of problem store , data putting store.

the message shown in datagrid._onfetcherror , treegrid mixes in datagrid.

you can

  • put break point on query engine of ever store using,
  • analyze data being passed store

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -