Dear,
In you demo for pivot grid,I change the width attribute of the first column("grp") to 300 in colM, and press "Edit and Run" button , but it doesn't work.
It seems that firstly the attribute is functioned, but when the summary data is loaded , the atrribute is overrided with unknow reason. I can see the width of first column is wide and then shrinked.
I tried to change width of other column, it also doesn't work.
Here is the code:
var colM = [
//extra column to show grouping (for both pivot and row grouping mode, used along with groupModel.titleIndx )
{
title: 'Group', tpHide: true, menuInHide: true,
dataIndx: 'grp',
width:300,///////////////////////////////////////////////////// I made change here
menuUI: {
tabs: ['hideCols'] //display only hide columns tab in menu.
}
},