Skip to content

Commit a21beec

Browse files
Grids: add a note about repainting changes (DevExpress#6876) (DevExpress#6880)
1 parent 222ba61 commit a21beec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-reference/10 UI Components/GridBase/3 Methods/cellValue(rowIndex_dataField_value).md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The [data field](/api-reference/_hidden/GridBaseColumn/dataField.md '{basewidget
1515
The cell's new value.
1616

1717
---
18+
{WidgetName} re-renders the entire row or edit form after the **cellValue** method changes a cell value. To re-render only the modified cell or form item editor, enable [repaintChangesOnly]({basewidgetpath}/Configuration/#repaintChangesOnly).
19+
1820
Call [saveEditData()](/api-reference/10%20UI%20Components/GridBase/3%20Methods/saveEditData().md '{basewidgetpath}/Methods/#saveEditData') after this method to save the changes:
1921

2022
---

0 commit comments

Comments
 (0)