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:FieldSettings CellWidth="400" AllowResize
Have you tried setting both CellWidth and LabelWidth properties. You can also try setting the CellMinWidth and LabelMinWidth.