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
1
item #1
2
item #2
3
item #3
4
item #4
5
item #5
6
item #6
7
item #7
8
item #8
9
item #9
10
item #10