<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.grapecity.com/wijmo/5.latest/styles/wijmo.min.css">
<script src="https://cdn.grapecity.com/wijmo/5.latest/controls/wijmo.min.js"></script>
<script src="https://cdn.grapecity.com/wijmo/5.latest/controls/wijmo.grid.min.js"></script>
<script src="https://cdn.grapecity.com/wijmo/5.latest/controls/wijmo.input.min.js"></script>
<div class="container">
<h1>
Cell Templates</h1>
<p>
You can use Wijmo's <b>format</b> function to implement a
basic template handling mechanism.</p>
<p>
The grid below handles the <b>formatItem</b> event to
generate the content for cells in the "Template" column
using a template element defined in markup:</p>
<div id="theGrid">
</div>
<div class="panel panel-warning">
<div class="panel-heading">
If you are using Angular, Wijmo's interop layer provides
extensive support for cell templates. For details, please
see the
<a href="https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/CellTemplateIntro" target="_blank">CellTemplateIntro</a> sample.
</div>
</div>
</div>