Loading...

RE: Grouping a column causes the next column defined to widen

RE: Grouping a column causes the next column defined to widen

#7246
Anonymous
Anonymous
Participant

Here 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.