Hi,
I am using the Telerik listview text cell and I am wondering if I can bind multiple properties in my class to one cell.
For example, this is what I currently have;
<telerikListView:ListViewTextCell Text="{Binding client, StringFormat='Client: {0}'}" Detail="{Binding trans_date}" TextColor="Black" DetailColor="LightGray"/>
And what I want to do is add another part to the stringformat. EG this: "StringFormat='Client{0} ~ ID: {1}" - Is this possible, and if it is, can someone give me an example.
Any assistance is appreciated as there hasn't been a response on the Telerik forums. Thanks.