Spread.Sheets Documentation
Using a Bootstrap Theme

You can use a bootstrap theme with Spread.Sheets. This requires that a style link is added to the head section of the aspx page after the Spread.Sheets style link. For example, if you have bootstrap.css and bootstrap-theme.css in your project in the css folder, you can add the following style links.

<link href=”css/gc.spread.sheets.x.xx.xxxxx.x.css” rel=”stylesheet” type=”text/css” />

<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/bootstrap-theme.css" />

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.