This question is locked. New answers and comments are not allowed.
With my grid the header text is too long to stay within the pixel amount I've allocated, Can I changes the .title string text to be on two lines instead of one?
So the grid looks like this in the header: Instead of this:
I love I love Telerik
Telerik
cols.Bound(Function(x) x.strTesting).Title("This line needs to be split into two because of it length").Width(40)
So basically add a line break in the middle of the text here ^
Thanks In Advance
So the grid looks like this in the header: Instead of this:
I love I love Telerik
Telerik
cols.Bound(Function(x) x.strTesting).Title("This line needs to be split into two because of it length").Width(40)
So basically add a line break in the middle of the text here ^
Thanks In Advance
