- This topic is empty.
- AuthorPosts
-
- 06/26/2010 at 1:22 am #5141
AnonymousParticipantCan I get an ETA on when this will be fixed, and /or if anyone is lookign at this: issue?
-
06/28/2010 at 11:56 am #5138
AnonymousParticipantSee Attached
See Attached
Additional Attachments:
n
n
- 06/29/2010 at 8:16 am #7246
AnonymousParticipantHere is my new definition with all widths supplied
<Fields>
<Field Name="Status" Title="Status" Grouped="true" GroupExpanded="true" GroupSortDirection="asc" Width="1" Align="left" />
<Field Name="Source" Grouped="true" GroupExpanded="true" GroupSortDirection="asc" Width="1" Align="left" Title="Source" />
<Field Name="Replies" Title="Rply" Align="left" Width="1" />
<Field Name="Attachments" Align="left" Title="Att" Width="1" />
<Field Name="Last Updated" Title="Updated" Width="120" Align="left" />
<Field Name="Modified By" Title="By" Width="160" Align="left" />
<Field Name="Subject" />
</Fields>
Here is a screenshot of thecolum def dialog and eh resulting screen behind. Still the same issue, I noticed you are using percent in your example. I am using pixels. As you can see the Reply column is still too wide for the specified width. I now have TWO grouped columns before it. - 06/29/2010 at 11:19 am #3897
AnonymousParticipantWhen you group a column the next column does not honor the defined field width. Screen shot and display the XML folows See Attached
<Fields> <Field Name=”Client” Grouped=”true” GroupExpanded=”true” GroupSortDirection=”asc” Width=”1″ Align=”left” Title=”Client” /> <Field Name=”Replies” Title=”Rply” Align=”left” Width=”1″ /> <Field Name=”Attachments” Align=”left” Title=”Att” Width=”1″ /> <Field Name=”Last Updated” Title=”Updated” Width=”120″ Align=”left” /> <Field Name=”Modified By” Title=”By” Width=”160″ Align=”left” /> <Field Name=”Subject” /> </Fields>
- 06/29/2010 at 11:19 am #7247
AnonymousParticipantI do notice that unit is not included in the Width property and that was your problem before. Below is the Display Fields property after the configuration:
<Fields>
<Field Name="Subject" />
<Field Name="Created" Grouped="true" GroupExpanded="true" GroupSortDirection="asc" Width=" 10%" />
<Field Name="Categories" Width=" 50%" GroupExpanded="false" />
<Field Name="Modified" Width=" 100px" />
</Fields>
You would either give it "px" or "%" and can not just use a number "1" or "120". The Web Part can not guess whether it is going to be percent or pixels.
-
- AuthorPosts
You must be logged in to reply to this topic.