I'm just curious as to if the column names are stackable on top of each other, in other words:
ORIGINAL
NEW
I know it's possible to do in a gridview but I like to stay away from them when i have the chance. I've currently got around 10 columns and would love to not have to implement a horizontal scroll bar if I don't have to.
ORIGINAL
|test|testing test1|testing test32|test3|
NEW
|test|testing|testing|test test1 test32
I know it's possible to do in a gridview but I like to stay away from them when i have the chance. I've currently got around 10 columns and would love to not have to implement a horizontal scroll bar if I don't have to.