I'm creating columns dynamically in Kendo Grid (don't know number of columns and columns name also). I'm unable to set size of the column width as pet text. Any one know how to do?
$(".Grid").kendoGrid({
dataSource: {
data: $scope.data,
pageSize: 5
},
sortable: true,
pageable: {
pageSizes: true,
buttonCount: 5
},
scrollable: true,
resizable: true
});