Tagged Questions

2
votes
2answers
4k views

QueryReadStore loads JSON into DataGrid, but JsonRestStore does not (from the same source)

I'm building a Dojo DataGrid from JSON data provided by my REST interface. The DataGrid loads the data fine using a QueryReadStore, but doesn't seem to work with the same same data piped into a ...
2
votes
1answer
1k views

Advanced JavaScript data store & grid widget

We have written a data store / grid widget system in JavaScript that automatically updates all widgets associated with a data store whenever some of the data changes. Its nice features are: it ...
1
vote
1answer
1k views

Ext Js Combo Filter by distinct items

I have two requirement to bind the EXT Js combo -- The first Item in the combo should have the fixed text such as "Unfilterd" -- After that I need to bind the data store to the above combo. The ...
0
votes
1answer
87 views

sencha phonegap cannot bind to json

I think I have read all the issues regarding sencha phonegap and json. However I would like to seek help on how to bind my JSON in my device. In Chrome it's working perfectly, but when I compile it ...
0
votes
1answer
23 views

Database caching library for javascript recommendations

I'm looking for a Javascript library which implements a client (browser) side cache or data-store, with functions for synching to a remote, relational, database. Has anyone used something like this, ...
0
votes
0answers
224 views

How to use a dojo data store to populate options for a grid's comboBox cell type

I am developing a health care app that allows a user to assign a row of medication data to a particular standardized name. - the meds and std name are from the same database table and end up in the ...
-1
votes
1answer
53 views

exjs dataStore after save

I want to make a custom javaScript function call after my dataStore.save finished; I have lookup for a afterSave callback for dataStore object, but it does not exists. How can I make such call