I have an object that has numerous properties and I'm trying to format 2 properties to show up on a coumn correctly in WinGrid.
e.g. Object with properties of ObjectId, ObjectDesc
so I will like to have a formatted string of "ObjectId - ObjectDesc" showing up in runtime. Thanks.
You have a couple options here.
1. create an unbound column of type string and use a formula to create your desired formatted string
2. create an unbound column and set the value of the cell to "ObjectId - ObjectDesc" in the InitializeRow Event of the grid