Skip to content

Commit 0ba850f

Browse files
DataGrid: update setCellValue repaint text (DevExpress#7279) (DevExpress#7284)
1 parent 6742568 commit 0ba850f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/_hidden/GridBaseColumn/setCellValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This function allows you to process user input before it is saved to the data so
173173

174174
---
175175

176-
The **setCellValue** property forces the component to repaint all items in the edit form. Set [repaintChangesOnly](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/repaintChangesOnly.md '{basewidgetpath}/Configuration/#repaintChangesOnly') to **true** so the component re-renders only the fields with the changed values.
176+
The **setCellValue** function forces the DataGrid component to repaint all its elements, including buttons in [command columns](/concepts/05%20UI%20Components/DataGrid/15%20Columns/10%20Column%20Types/4%20Command%20Columns/00%20Command%20Columns.md '/Documentation/Guide/UI_Components/{WidgetName}/Columns/Column_Types/Command_Columns/'). If elements do not behave correctly after a repaint action, set [repaintChangesOnly](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/repaintChangesOnly.md '{basewidgetpath}/Configuration/#repaintChangesOnly') to **true** so the component re-renders only fields with changed values.
177177

178178
To perform asynchronous operations in the **setCellValue** function, return a promise from it. The following code uses this technique to get the `Tax` value from the server when the `State` value is changed:
179179

0 commit comments

Comments
 (0)