Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143934 | Apr 11,2019 01:06 AM UTC | Dec 13,2019 11:37 AM UTC | ASP.NET Core - EJ 2 | 4 |
![]() |
Tags: DataGrid |
<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> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.