Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
LocalStore
Reference
The LocalStore is a store that provides an interface for loading and editing data from HTML Web Storage (also known as window.localStorage) and handling related events.
When configuring the LocalStore, specify the name under which data should be saved in the browser's localStorage object. jQuery JavaScript var states = [ { id: 1, state: "Alabama", capital:...
ODataStore
Reference
The ODataStore is a store that provides an interface for loading and editing data from an individual OData entity collection and handling related events.
jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "http://www.example.com/Northwind.svc/Products", key: "ProductID", keyType: "Int32", // Other ODataStore...