Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Getting Started with DataGrid
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
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
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
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
((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