Hello,
We are using the IgniteUI 2013.1 Pivot Grid with a flat data source. The columns in measures are being displayed along the horizontal axis as expected. However, these measures columns are being rendered with lesser width and the data is getting truncated. The grid has area available but somehow rendering the measure columns with lesser width. We looked and could not find anything that allows us to resize the columns in a pivot grid. Is it possible to resize columns in a pivot grid. Or give a minimum width for a measures column?
A timely help is greatly appreciated.
Thanks in advance!
For custom column width you can use this:
$("#pivotgrid").igPivotGrid({
...
gridOptions:
{
defaultColumnWidth: 200
}
});
Resizing is also achievable, but you should provide us with some more information. Are you using ig.loader or not?
Thanks,
M.Yovchev