07-29-2022, 12:06 AM
(This post was last modified: 07-29-2022, 12:07 AM by Alexandre Machado.)
Regarding the changes in the IWEdits (or any other control), what are you changing in the IWEdits that are nested into the grid cells? Most things that you can change in the edit control (other than parent) can be set as usual and you don't need to do anything (it will just update as usual without re-rendering the whole grid).
For instance, this works without any issues:
TIWEdit(Grid.Cell[1, 3].Control).Font.Color := clGreen;
For instance, this works without any issues:
TIWEdit(Grid.Cell[1, 3].Control).Font.Color := clGreen;