BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js" type="text/javascript"></script>
<script>
var old = ej.grids.Grid.prototype.wireEvents;
ej.grids.Grid.prototype.wireEvents = function() {
old.apply(this, arguments);
this.on('content-ready', function() {
this.autoFitColumns();
}, this);
}
</script> |