browse other examples

Grid drag and drop widths

To manipulate grid columns widths .css method on gridAdapter column is available:
$scope.adapter.gridAdapter.columns[0].css('width', '200px');
You also can set any css property this way.
num text
{{item.col1}} {{item.col2}}