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

grouped columns with wraped text

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Elek
Top achievements
Rank 1
Elek asked on 23 Apr 2012, 08:38 PM

Hello,

I have Winform RadGridView with grouped columns header. I will wrap the long text.

radGridView1.AutoSizeRows = true;
radGridView1.Columns["column1"].WrapText = true;
radGridView1.Columns["column1"].Multiline = true;

Error after view definition, See picture in attach.
Without grouped columns header works well.
Any suggestions?

Regards,
Elek

1 Answer, 1 is accepted

Sort by
0
Accepted
Svett
Telerik team
answered on 26 Apr 2012, 03:06 PM
Hi Elek,

By looking at your screenshot, I can see that you are using the ColumnGroupsViewDeifintion. Presently, this mode does not support row auto sizing, which causes the illustrated issue. We know about this limitation and a feature request regarding this matter is logged here. Feel free to add your vote for it in order to increase its priority amongst the other tasks.

Kind regards,
Svett
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
GridView
Asked by
Elek
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or