Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
3rd-Party Framework Issues
This section describes issues related to 3rd-party frameworks and steps you can follow to diagnose and resolve these issues. If the solutions listed here do not help, create a ticket in our Support Center. Bootstrap Modals If you place DevExtreme components in a Bootstrap modal, the following issues may occur: Users cannot insert, update, or delete a DataGrid row. Users cannot enter values
Handle the Keyboard Events
;DxTextArea @key-down="onKeyDown" @key-up="onKeyUp" @enter-key="onEnterKey" /> </template> <script> import 'devextreme/dist/css/dx.light.css'; import
Filter Row
The Gantt component allows users to filter columns by filter row values. To apply filter criteria, users can enter a value in a column's filter row cell or select the value in this cell's editor. Set the filterRow.visible property to true to display the filter row. Assign false to the columns.allowFiltering property to disable filtering for a column. View Demo