Skip to content

Commit

Permalink
DataGrid: update onEditorPreparing
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Feb 28, 2025
1 parent f642bf7 commit 1986c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The [properties](/api-reference/10%20UI%20Components/dxDataGrid/6%20Row '/Docume
Indicates whether the editor uses right-to-left representation.

##### field(e.setValue): any
A method you should call to change the cell value and, optionally, the displayed value after the editor's value is changed.
Use this method to change the cell value. You can also pass a second value to the method to change the displayed value, but only for data row editors in a column with [calculateDisplayValue](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#calculateDisplayValue).

##### field(e.updateValueTimeout): Number
Gets and sets the delay between when a user stops typing a filter value and the change is applied. Available if the **parentType** is *"filterRow"* or *"searchPanel"*.
Expand Down

0 comments on commit 1986c3d

Please sign in to comment.