hello,
I have a datagrid with column filled with integer. I want to show in the datagrid not the integer (numbers) but in text. example: with number 1 I want to replace with a name(string): name1
with number 2 replace with name2
with number 3 replace with name3
it is like combobox where you can fill items collections. But I want to use a textbox and show name (string) instead.
thx.
I have a datagrid with column filled with integer. I want to show in the datagrid not the integer (numbers) but in text. example: with number 1 I want to replace with a name(string): name1
with number 2 replace with name2
with number 3 replace with name3
it is like combobox where you can fill items collections. But I want to use a textbox and show name (string) instead.
thx.