Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxFileManager Remote
MVC Controls Razor C# @(Html.DevExtreme().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <...().FileManager() .FileSystemProvider(provider => provider.Remote() .Url(Url.RouteUrl("FileManagerDBProviderApi"))) ) <!--FileManagerDBProviderApiController--> [Route("api/file-manager-file
Utils
); this.query = Query([10, 20, 50, 40, 30]); } // ... } export default App; See Also Query Concept query(url, queryOptions) Creates a Query instance that accesses a remote data service using its URL. The queryOptions object should contain the adapter function that implements data access logic. The queryOptions object can also contain the errorHandler function for handling errors
Errors and Warnings
('url/to/the/resource', loadOptions).done(function (response) { deferred.resolve({ data: response.data, totalCount: response.totalCount }); }); return deferred.promise.... index.js var store = new DevExpress.data.CustomStore({ // . . . load: function (loadOptions) { var deferred = $.Deferred(); $.get('url/to/the/resource', loadOptions
dxDataGrid masterDetail
on specifying the template for the detail sections, see the template property description. Master-Detail View Demo Advanced Master-Detail View Demo See Also Master-Detail Interface autoExpandAll...(key) method respectively. Master-Detail View Demo Advanced Master-Detail View Demo See Also Master-Detail Interface render An alias for the template property specified in React. Accepts
dxChart commonAnnotationSettings
if the type is "image". To display an image, assign its URL to the url property and use the height and width properties to resize the image. Otherwise, assign the URL directly to the image property