Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Problems with Trimming and ellipsis

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Problems with Trimming and ellipsis
Link Posted: 17-May-2006 04:54
Hi,

I'm using a TreeViewColumn in my grid and no owner drawing.  I'm setting the Trimming property of the column to EllipsisCharacter but it doesn't have the desired effect - the three dots (...) are not displayed where necessary.  When I change it to EllipsisWord, it indeed truncates the cell's text at word boundary (so I can tell that the property has some effect) but the ellipsis is still not visible.

I use FlyGrid 1.4.0.4, C# and VS 2003.

Is this a bug?

Best,
Michal Blazejczyk
Link Posted: 17-May-2006 09:26
Currently TreeViewColumn designed to display treeview like structures and calculates editable rectangles to fit displayed data when FlyGrid contains single TreeViewColumn column.
Use HierarchyColumn, this column designed to display hierarchical data, but when FlyGrid contains more than one column.
In this case HierarchyColumn will display +/- buttons, outline, checkboxes and images, but will supports Trimming.