Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 478
- Guides 182
- Reference 296
- Technical Demos
- Support Center
User Interaction
the legendClick event. If the handling function is not going to be changed at runtime, assign it to the onLegendClick property when you configure the UI component. Otherwise, or if you need several handlers
Column Reordering
={this.customizeColumns}> </DataGrid> ); } } export default App; The visibleIndex property can also be changed at runtime to reorder columns regardless of the way you
Column Chooser
The column chooser allows a user to change the set of columns at runtime. It is configured using the columnChooser object and may operate in two modes: the default drag and drop mode and the select mode designed for touch devices. jQuery JavaScript$(function() { $("#dataGridContainer").dxDataGrid({ columnChooser: { enabled: true, mode: "dragAndDrop
Show and Hide Using the API
; ); } } export default App; jQuery If you are going to change event handlers at runtime, or if you need to attach several handlers to a single event, subscribe to the events using the on(eventName
Fields and Areas
. To define an entire fields list at runtime, use the fields(fields) API method. The properties available for each field are described in the fields configuration reference section. NOTE After