Page 1 of 1

Width of Columns in Contributor

Posted: Thu Jun 07, 2012 4:55 pm
by EP_explorer
Is it possible to manage of width of columns in cube in COntributor (version 10.1)?

When I create an apllication which contains a cube where users have to input data - width of columns in the cube are so narrow and it is very incovenient to input data (string for example). Can I put a parameter somewhere to set a minimum width of columns.

Re: Width of Columns in Contributor

Posted: Thu Jun 07, 2012 9:56 pm
by rkaif
I havent tested it in 10.1 but there is a setting in the web.config file which allows you to set the column width

Look for the following in the web.config file:

Code: Select all

<add key="CubeviewerStringWrap" value="Enabled=true;MinCharactersToWrap=20;MaxDisplayCharacters=200;WidthOfWrapCell=50" /> 

Re: Width of Columns in Contributor

Posted: Fri Jun 08, 2012 5:28 pm
by EP_explorer
No it doesn't do that I want. It is simply put features of showing strings which had already inputted.

But if you load an empty cube you see very narrow columns and it is very inconvenient to input strings - it is shifting to the second row after 1 or 2 letters.