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

Autosize columns

1 Answer 202 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yuriy Rogach
Top achievements
Rank 1
Yuriy Rogach asked on 05 Oct 2008, 09:34 PM
Hi,

I have report with 10 columns inside, all textboxes inside report have CanShrink=True, and user before generation report choose, what columns he want to display(I'm just setting Visible property to True/False based on user choise). The problem is that if user want to display only one or two column report is left aligned with standart width of columns. I need something like GridView has -
gridView1.MasterGridViewTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;  
gridView1.MasterGridViewTemplate.BestFitColumns(); 

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 08 Oct 2008, 01:05 PM
Hi Yuriy,

Unfortunately currently such functionality is not supported by our Reporting offering. Our developers are currently working on a crosstab/table solution and once we introduce this, it would be possible to achieve similar scenario.

Thank you for the understanding.

All the best,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Yuriy Rogach
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or