I have a textbox that sometimes have too long text and therefore increased to more row. The problem is that the rest of the columns do not grow and the report does not look good. How can I make the rest of the columns increase when grown one column?
Find attached image.
5 Answers, 1 is accepted
I assume all your textboxes are within the detail section. Set all the textbox anchor properties to top and bottom. That should fix it.
This behavior is expected as the TextBox items have CanGrow=true by default. This way when you have more content it grows. The other textboxes does not need to grow as the content fits in it. To force it to grow you can set the textboxes Dock property e.g. Dock=Left and the last one would be Dock=Fill.
A better approach for designing tabular layout is using the designated Table item which is meant exactly for such purpose. It is a separate data region so you have to bind it instead of the report.
Peter
the Telerik team
We are not sure we correctly understand your scenario. If you mean that an exported report has only one page and the rest of the report is excluded than we will appreciate if you open a support thread and send us a sample runnable report that exhibits the issue, screenshoots and/or exported PDF file so we can further investigate the described behavior and advise you accordingly.
Sincerely yours,Peter
the Telerik team