kiruthiga 55473b7e7c initial push 5 روز پیش
..
animation 55473b7e7c initial push 5 روز پیش
bundles 55473b7e7c initial push 5 روز پیش
core 55473b7e7c initial push 5 روز پیش
data 55473b7e7c initial push 5 روز پیش
dist 55473b7e7c initial push 5 روز پیش
events 55473b7e7c initial push 5 روز پیش
exporter 55473b7e7c initial push 5 روز پیش
integration 55473b7e7c initial push 5 روز پیش
localization 55473b7e7c initial push 5 روز پیش
mobile 55473b7e7c initial push 5 روز پیش
ui 55473b7e7c initial push 5 روز پیش
viz 55473b7e7c initial push 5 روز پیش
README.md 55473b7e7c initial push 5 روز پیش
aspnet.js 55473b7e7c initial push 5 روز پیش
color.js 55473b7e7c initial push 5 روز پیش
data_helper.js 55473b7e7c initial push 5 روز پیش
docEnums.js 55473b7e7c initial push 5 روز پیش
events.d.ts 55473b7e7c initial push 5 روز پیش
events.js 55473b7e7c initial push 5 روز پیش
exporter.js 55473b7e7c initial push 5 روز پیش
format_helper.js 55473b7e7c initial push 5 روز پیش
localization.d.ts 55473b7e7c initial push 5 روز پیش
localization.js 55473b7e7c initial push 5 روز پیش
package.json 55473b7e7c initial push 5 روز پیش
utils.d.ts 55473b7e7c initial push 5 روز پیش
utils.js 55473b7e7c initial push 5 روز پیش

README.md

DevExtreme

Build Status

Voted the best cross-platform component suite containing everything you need to create responsive web apps for touch devices and traditional desktops: data grid, interactive charts, data editors, navigation and multi-purpose widgets that are designed to look great and provide powerful functionality in any browser.

Download and Install

To include DevExtreme to your project, use one of the distribution packages. If you use Visual Studio, then use the Windows installer for added features like project templates. Alternatively, download a plain zip archive of just the client-side library and its widgets:

Getting Started

After installation, you can add a widget to your app. Here's a simple button example:

<div id="buttonContainer"></div>
var element = document.getElementById('buttonContainer');
var button = new DevExpress.ui.dxButton(element, { text: 'Hello World!' });

DevExtreme supports deep integration with the following client-side technologies:

And server-side frameworks:

Learn

Contributing

See our Guidelines for Contributing