Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 481
- Guides 184
- Reference 297
- Technical Demos
- Support Center
grids LoadPanel
enabled Enables displaying the load panel automatically. height Specifies the height of the load panel in pixels. shading Specifies whether to shade the UI component when the load panel is...
Object Structures from
column The index of a column that contains the cell. This index begins with 1 which corresponds to column A in Excel. row The index of a row that contains the cell. This index begins with 1 to match the Excel indexing system.
Object Structures to
column The index of a column that contains the cell. This index begins with 1 which corresponds to column A in Excel. row The index of a row that contains the cell. This index begins with 1 to match the Excel indexing system.
Customize Item Appearance
' }, { text: 'Share', icon: 'message', beginGroup: true }, { text: 'Download', icon: 'download' } ]; $(function() { $("#contextMenuContainer").dxContextMenu({ items: contextMenuItems...: 'message', beginGroup: true }, { text: 'Download', icon: 'download' } ]; } @NgModule({ imports: [ // ... DxContextMenuModule ], // ... }) Vue App.vue
Load Panel
can also control the load panel programmatically using the beginCustomLoading(messageText) and endCustomLoading() methods. jQuery JavaScriptvar dataGrid = $("#dataGridContainer").dxDataGrid...; { dataGrid.current.instance().beginCustomLoading(); // ... dataGrid.current.instance().endCustomLoading(); }, []); return ( <DataGrid ref="dataGrid">