Hi,
We think this is a useful feature, so we add a new property GridWeb.ModifiedCells. It's an ArrayList object contains all the modified cells since last postback.
You may use it to set the back color like this:
private void GridWeb1_SaveCommand(object sender, System.EventArgs e)
{
foreach (WebCell cell in GridWeb1.ModifiedCells)
{
cell.Style.BackColor = Color.Red;
}
}
The attachment is the new version 1.7.4.4.
Thank you for considering our product.
Henry Xu
Developer
Aspose Nanjing Team
About Us Contact Us