Hi,
I have a RadGrid that I will populate with sometimes very long value/text in columns. I have set column width to 100px (fixed) and columns has resizeable set to true. Wrap is set to false (=I want whole value/text in one row).
Now if I have a column with a value/text that requires more than 100px to be displayed complete the text value will be cut off (text after 100px will be hided), example
Full text: This is a very long text/value
Cut off: This is a very lo (rest could be displayed if I manually resize column)
To make this more clear = obvious that text value is longer than what is displayed, I want to show as example below
What I want: This is a very lo... (end text/value with three dots)
Then it's more clear for the user that text/value is longer than what is displayed and then user could resize this column for having/displaying complete text/value.
How to realize/implement "the end to long value/text with three dots solution"?
Rgds,
Jesper
I have a RadGrid that I will populate with sometimes very long value/text in columns. I have set column width to 100px (fixed) and columns has resizeable set to true. Wrap is set to false (=I want whole value/text in one row).
Now if I have a column with a value/text that requires more than 100px to be displayed complete the text value will be cut off (text after 100px will be hided), example
Full text: This is a very long text/value
Cut off: This is a very lo (rest could be displayed if I manually resize column)
To make this more clear = obvious that text value is longer than what is displayed, I want to show as example below
What I want: This is a very lo... (end text/value with three dots)
Then it's more clear for the user that text/value is longer than what is displayed and then user could resize this column for having/displaying complete text/value.
How to realize/implement "the end to long value/text with three dots solution"?
Rgds,
Jesper