We are using Hierachical grid to show data instead of using UltraTree. UltraWinGrid has many advantages, however i do not want the name of the column to be shown in the field. Here is an example to illustrate my points:
Name Balance
Type: Expense (2 Items) 3000
....
Here I want it to say Expense instead of Type: Expense (2 Items).
This looks like you are talking about OutlookGroupBy in the grid. If that's the case, then you can change the text in the GroupByRows using the GroupByRowDescriptionMask property.
thanks