deluxepopla.blogg.se

Devexpress datagrid
Devexpress datagrid








focusedRowEnabled should be true.Ī function that is executed before the focused row changes. Applies only to cells in data or group rows.Ī function that is executed after the focused row changes. Applies only to cells in data or group rows.Ī function that is executed before the focused cell changes. Not executed for cells with an editCellTemplate.Ī function that is executed before data is exported.Ī function that is executed after the focused cell changes. Not executed for cells with an editCellTemplate.Ī function used to customize a cell's editor. Executed before onRowDblClick.Ī function that is executed after the pointer enters or leaves a cell.Ī function that is executed after a grid cell is created.Ī function that is executed when the UI component's content is ready and each time the content is changed.Ī function that is executed before the context menu is rendered.Ī function that is executed when an error occurs in the data source.Ī function that is executed before the UI component is disposed of.Ī function that is executed after row changes are discarded.Ī function that is executed when the edit operation is canceled, but row changes are not yet discarded.Ī function that is executed before a cell or row switches to the editing state.Ī function that is executed after an editor is created. Executed before onRowClick.Ī function that is executed when a cell is double-clicked or double-tapped. Specifies a text string shown when the DataGrid does not display any data.Ī function that is executed before an adaptive detail row is rendered.Ī function that is executed when a cell is clicked or tapped. This property applies only if data is a simple array.Īllows you to build a master-detail interface in the grid. Specifies the key property (or properties) that provide(s) key values to access data items. Specifies whether to highlight rows when a user moves the mouse pointer over them. Specifies text for a hint that appears when a user pauses on the UI component. Specifies whether to highlight rows and cells with edited data. Specifies whether the UI component can be focused using keyboard navigation. Specifies initially or currently focused grid row's key. Specifies or indicates the focused data row's index. Specifies whether the focused row feature is enabled. This index is taken from the columns array. The index of the column that contains the focused data cell. The synchronized filter expression is stored in the filterValue property. Specifies whether to synchronize the filter row, header filter, and filter builder. Specifies the global attributes to be attached to the UI component's container element.Ĭonfigures the integrated filter builder.Ĭonfigures the popup in which the integrated filter builder is shown. Specifies whether the UI component responds to user interaction. Specifies the format in which date-time values should be sent to the server. Specifies a custom template for data rows. Refer to Using a Rendering Function for more information. Refer to Using a Custom Component for more information.Īn alias for the dataRowTemplate property specified in React. width property.Ĭustomizes columns after they are created.Īn alias for the dataRowTemplate property specified in React. Specifies the width for all data columns. Applies only if allowColumnResizing is true. Specifies how the UI component resizes columns. Ignored if allowColumnResizing is true and columnResizingMode is "widget". Specifies whether the UI component should hide columns to adapt to the screen or container size. Specifies whether columns should adjust their widths to the content. Incompatible with infinite scrolling mode.Įnables a hint that appears when a user hovers the mouse pointer over a cell with truncated content. Specifies whether a user can resize columns.Īutomatically scrolls to the focused row when the focusedRowKey is changed. Specifies whether a user can reorder columns. Specifies whether or not the UI component changes its state when interacting with a user. Specifies the shortcut key that sets focus on the UI component. This section describes the configuration properties of the DataGrid UI component.










Devexpress datagrid