Haklan
New member
Hi everyone,
I'm using a Winform datagrid witch retrieves it's values from a dataset i filled.
In one column the values are numbers because the dataset is filled with numbers.
The thing I want to do is Change the values in the datagrid Coulumn programmaticaly.
For instance, the values in column 1 are lets say: 0-4
I dont want to show 0-4, but a text representing that value.
0 would show "ZERO"
1 Would show "ONE" etc.
Can this be done? and if so? how?
Thanx for the help.
I'm using a Winform datagrid witch retrieves it's values from a dataset i filled.
In one column the values are numbers because the dataset is filled with numbers.
The thing I want to do is Change the values in the datagrid Coulumn programmaticaly.
For instance, the values in column 1 are lets say: 0-4
I dont want to show 0-4, but a text representing that value.
0 would show "ZERO"
1 Would show "ONE" etc.
Can this be done? and if so? how?
Thanx for the help.