Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxPieChart Configuration
" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data = annotation.data...; <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template="custom
dxPolarChart Configuration
" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const..."> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom
dxDataGrid columns
the following format: [selector, comparisonOperator, filterValue] selector A dataField or function that accepts a rowData property and returns column values. Pass this.calculateCellValue if your... to implement advanced filtering behavior. The following code snippet returns data from ColumnTwo when users filter ColumnOne data in the DataGrid filterRow: jQuery JavaScript $(function
dxDataGrid Configuration
, and paging) remotely and advanced operations (grouping and summary calculation) locally, certain user actions will force the DataGrid to query the server for data repeatedly despite caching being enabled. Particularly, the advanced operations demand data to be reloaded completely from the server to provide correct results. See Also Enhance Performance on Large Datasets cellHintEnabled Enables
dxFunnel Configuration
color names Predefined SVG colors See Also argumentField valueField dataSource Binds the UI component to data. The Funnel works with collections of objects. Depending on your data source...-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following