Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1065
CellWidth shown not as expected
posted

 

 

 

 

 

 

 

 

 

 

 

 

Hello,

I tried the following code to show a first cellwidth of 150 and a second cellwidth of 400. But, the second cell actually showed a cellwidth less than 400. Is there any reason why this might happen?

Thanks

Here is the code:

<igDP:Field Name="ID" Label

="ID">

 

 

 

<igDP:Field.Settings

>

 

 

 

<igDP:FieldSettings CellWidth="150" AllowResize

="True"/>

 

 

 

</igDP:Field.Settings

>

 

 

 

</igDP:Field

>

 

 

 

<igDP:Field Name="PersonalDetails" Label="PERSONALDETAILS">

 

 

 

<igDP:Field.Settings

>

 

 

 

<igDP:FieldSettings CellWidth="400" AllowResize

="True"/>

 

 

 

</igDP:Field.Settings

>

 

 

 

</igDP:Field

>

  • 69686
    posted

    Have you tried setting both CellWidth and LabelWidth properties. You can also try setting the CellMinWidth and LabelMinWidth.