<title>jQuery Grid Column Template</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://unpkg.com/gijgo@1.9.14/js/gijgo.min.js" type="text/javascript"></script>
<link href="https://unpkg.com/gijgo@1.9.14/css/gijgo.min.css" rel="stylesheet" type="text/css" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<div class="container-full">
<table id="grid"></table>
<script type="text/javascript">
$(document).ready(function () {
dataSource: '/Players/Get',
{ field: 'ID', width: 35 },
{ title: 'Info', tmpl: '{Name} is born in {PlaceOfBirth}.' },
{ field: 'DateOfBirth', title: 'Date Of Birth', type: 'date', sortable: true, width: 150 }