Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Getting Started with DataGrid

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application

Getting Started with TreeList

Guides

jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application

ODataContext Configuration

Reference
This section describes the ODataContext's configuration properties.

beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "https://js.devexpress.com...() { this.context = new ODataContext({ url: "https://js.devexpress.com/Demos/DevAV/odata/", entities: { Employees: { key: "Employee

PDF Export

Guides

DevExtreme allows you to create PDF files with the contents of your Data Grid tables and Gantt diagrams. When DevExtreme generates PDFs, it uses the open-source jsPDF library (v2.3.1+). As a result... PDFs with non-ASCII characters. It can be useful if your data contains content in languages that use non-Latin scripts. Non-Latin Glyph Support Why PDFs only support ASCII The creators of PDF needed

dxHtmlEditor Methods

Reference
This section describes methods that control the HTML Editor UI component.

((contentItem) => { if (contentItem.insert.variable) { // is a variable // Your configuration goes here } else if (contentItem.insert.mention) { // is a mention // Your configuration goes here } else { // is a plain text // Your configuration goes here } }); insertEmbed(index, type, config) Inserts an embedded content at the specified position. jQuery