This is a migrated thread and some comments may be shown as answers.

How to allow some specfic character of long text in telerik column

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
supriya
Top achievements
Rank 1
supriya asked on 15 Jul 2010, 12:35 PM
hi
I have an aplication in asp.net MVC and using telerik grid for display. Now one of my field has some large text about 1000 character due due which the text is getting extended vertically and layout is not looking good.
Is there any way to show some specific number of character in the column and show the whole text  in a tool tip on mouse hover or any other way to show the complete text for that column.

Thanks in advance
Supriya

1 Answer, 1 is accepted

Sort by
0
zhang
Top achievements
Rank 1
answered on 29 Dec 2011, 02:53 AM
just add something on your model like this:

        [UIHint("MultilineText")]
        public string abc { get; set; }
      OR; 
        [DataType(DataType.MultilineText)]
        public string abc { get; set; }
Tags
Grid
Asked by
supriya
Top achievements
Rank 1
Answers by
zhang
Top achievements
Rank 1
Share this question
or