Hi,
We tested your code with v2.0.1.2011 (attached), it works fine between postbacks.
if (!IsPostBack)
{
Aspose.Grid.Web.TableItemStyle style = new Aspose.Grid.Web.TableItemStyle();
style.BackColor = Color.LightSkyBlue;
style.Font.Size = FontUnit.Point(7);
style.Font.Bold = true;
grdWeb.WebWorksheets[0].Cells[0, 0].Style = style;
}
Please try it. If there is still the issue, please create a sample project and post it here. We will check it soon.
Thank you.
Amjad Sahi
Support Developer,
Aspose Sialkot Team
Contact Us