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

[Solved] Is there a MultiLine Column for RadGrid?

1 Answer 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
anonym
Top achievements
Rank 1
anonym asked on 29 Apr 2009, 01:06 PM
Hello, i want to save a long description in a textbox, is there an alternative to the GridHTMLEditorColumn without the HTML Toolbar?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 30 Apr 2009, 09:01 AM
Hello Anonym,

You can hide the toolbars with CSS:
<style type="text/css"
    #radGrid1 .reToolCell,  
    #radGrid1 .reRightVerticalSide,  
    #radGrid1 .reLeftVerticalSide 
    { 
        displaynone
    } 
</style> 

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
anonym
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or