This question is locked. New answers and comments are not allowed.
i need to display a column in a gridview. the content of the column is fixed text but the text is made up based on values of two columns in the underlying table
for exa
table field1 = A field2 = B content = "IT IS AB"
table field1 = 1 field2 = 22 content = "IT IS A NUMBER"
....
had thought about using IMultiValueConverter but not in silverlight
whats the best approach to handle this ?
thanks
Mike
for exa
table field1 = A field2 = B content = "IT IS AB"
table field1 = 1 field2 = 22 content = "IT IS A NUMBER"
....
had thought about using IMultiValueConverter but not in silverlight
whats the best approach to handle this ?
thanks
Mike