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

[Solved] RadGrid Export to Pdf table cell can not break

2 Answers 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
h
Top achievements
Rank 1
h asked on 12 Aug 2009, 06:23 AM
                             <ItemTemplate>
                            <div style="font-weight:bold;font-family:Arial Unicode MS;">
                                <br />
                                <br />
                                <table border="1" width="500px">
                                <colgroup><col /></colgroup>
                               <colgroup><col /></colgroup>
                               <colgroup><col /></colgroup>
                                    <tr>
                                        <td style="width: 100px">
                                           testtesttesttesttesttesttesttesttest testtesttesttesttesttesttesttesttesttest</td>
                                        <td style="width: 100px">
                                            rrr</td>
                                        <td style="width: 100px">
                                            rrr</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; height: 27px">
                                            444</td>
                                        <td style="width: 100px; height: 27px">
                                            rr</td>
                                        <td style="width: 100px; height: 27px">
                                            332</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                            eee</td>
                                        <td style="width: 100px">
                                            333</td>
                                        <td style="width: 100px">
                                            211</td>
                                    </tr>
                                </table>
                                                      </ItemTemplate>
thanks !

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 12 Aug 2009, 07:34 AM
Hello,

RadGrid's PDF export engine can't break such continuous blocks of text automatically. You should manually insert empty spaces to ensure that the text won't overflow in the adjacent cell.

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.
0
h
Top achievements
Rank 1
answered on 12 Aug 2009, 07:40 AM
thanks !
let me try !
Tags
Grid
Asked by
h
Top achievements
Rank 1
Answers by
Daniel
Telerik team
h
Top achievements
Rank 1
Share this question
or