hi,
I have multiple dimensions on rows and need to resize columns with headers on rows. How can i resolve this challenge?
Hello Aliaksei,
I suggest you to refer to the following forum thread which discussed the similar matter.
http://es.infragistics.com/community/forums/t/81192.aspx
Please let me know if you have any further questions regarding this matter.
Hi. Read carefully my question, please. In discussion you suggested proposed solution for resizing columns, which located on columns, not on rows.
Please descride solution for resizing columns, which located in rows. We need to resize columns in rows, because long names do not fit in default rows column width.
Best regards.
Helll Aliaksei,
I suggest you to set the defaultrowheaderwidth . This option Specifies the width of the row headers.
Code Sample
//Initialize
$(".selector").igPivotGrid({
defaultRowHeaderWidth : 180
});
//Get
var defaultRowHeaderWidth = $(".selector").igPivotGrid("option", "defaultRowHeaderWidth");
//Set
$(".selector").igPivotGrid("option", "defaultRowHeaderWidth", 180);
Also, I suggest you to refer to the following documentation to know more information regarding the available options for the pivotgrid
http://help.infragistics.com/jQuery/2013.1/ui.igPivotGrid
Please let me know if you looking for something different than this.
Sincerely,
Prabha
After some research resizing row headers determined to be a product idea.I would recommend you to log product idea at http://ideas.infragistics.com and powered by UserVoice, the Product Ideas site allows you to suggest new product features, new functionalities in existing products and controls, and even request new controls and products altogether. Members of the Infragistics Community then vote for the features and suggestions they want to see added to the products, resulting in the most popular features bubbling up to the top. When planning new releases, our Product Management team will look at the most popular features and use your feedback to prioritize upcoming work.
This new Infragistics Product Ideas site is simple to use and we encourage you to take a look at it today.
Create a new UserVoice account and log in to the Infragistics Product Ideas site at http://ideas.infragistics.com
Hello
It is great suggestion, but i want make it resizable, because if your names too long you need to set big default width and it will take too much place.
I want make it resizable, because i don't want see full names all time but want to have possibility to see them
Regards