Is there any possibility how we cud split a record in the Grid
For eg:-
I have two fields in a listgrid.
say,
Keyfield Valuefield
2207 A,+B,+C
2208 D
What I need is, is it possible to split it like below:_
Keyfield Valuefield
2207 A,
space B,
space C
2208 D
If this is possible how can this be done??
For eg:-
I have two fields in a listgrid.
say,
Keyfield Valuefield
2207 A,+B,+C
2208 D
What I need is, is it possible to split it like below:_
Keyfield Valuefield
2207 A,
space B,
space C
2208 D
If this is possible how can this be done??
Comment