-
Does nobody made a request for this useful feature since 2010? Because there is still no NullTextAppearance on the column in the latest Infragistics release?
-
Thanks Mike, this was exactly what I asked.
-
Hi Matthew, is there a way to set a fixed height for the FilterRow, but keep all other rows synchronized sizable? Thanks in advance!
-
Sure, here is a small example.
-
Hi Mike, I found this old topic by searching for a similar Problem. I have an UltraTree in Grid style, which displays booleans as descriptive text with preceding Icon. Here is some code how I setup the column. UltraTreeNodeColumn column = columnSet.Columns[" ColumnKey" ]; ValueList valueList = new ValueList (); valueList.DisplayStyle = ValueListDisplayStyle
-
I'm searching for a similar solution and it would be a very powerful feature if the Format property could take a string with {0} as wild card; equal to string.Format(format, value). e.g Value = 8.152735f Format = "{0:c}" Displayed as 8,15 €
-
I also use a TreeView with Grid as view style and ran into the same problem, that headers are not counted into the Y coordinate of the node's bounds. The Rectangle of the UIElement returns the correct value. I'm using Infragistics2.Win.UltraWinTree 11.2.20112.2004.