Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Did you place anything in the "Display Member Format String" field? You'll have to put {0} if you want it to be replaced by that first field... the format string field is used for if you have more than one field you want to show... say you have a {0} and a {1}, then you can create a string like this "{1}, {0}" for the format string.
|