Re: ShowGridlines Property in Aspose.Grid.Web

Hi,

Use GridWeb.ShowDefaultGridLine property. There is a limitation you should be aware of. This property is only effect with DOCTYPE html 4.0. It will not take effect with XHTML 1.0. So you should remove the line in the aspx in the visual studio 2005 and set the GridWeb.XhtmlMode = false;