Hi
I have radgrid which displays values in CSV format. But when there are many values the CSV string becomes too long and makes the column long as well. Is there any way in Radgrid using which I can break that line in multiple line?
Ex..
CSV1,CSV2,CSV3,CSV4,CSV5,CSV6
Desired..
CSV1,CSV2,CSV3
CSV4,CSV5,CSV6
Thanks
I have radgrid which displays values in CSV format. But when there are many values the CSV string becomes too long and makes the column long as well. Is there any way in Radgrid using which I can break that line in multiple line?
Ex..
CSV1,CSV2,CSV3,CSV4,CSV5,CSV6
Desired..
CSV1,CSV2,CSV3
CSV4,CSV5,CSV6
Thanks