Hello Everyone,
I am using export to pdf feature in one of my grid.
Now my problem is data is overlapped in two columns while export to pdf file.
I had faced similar behavior while displaying rad grid and corrected by using following property
<MasterTableView TableLayout="Auto">
<ClientSettings>
<Resizing ClipCellContentOnResize="false">
</ClientSettings>
</MasterTableView>
So my data overlap into 2 columns each other is resolved but similar issue i am facing while export same content to pdf
Seems rad grid not reading columns properties while exporting.
So any one have idea how to resolve it?
Regards,
Dharmesh
I am using export to pdf feature in one of my grid.
Now my problem is data is overlapped in two columns while export to pdf file.
I had faced similar behavior while displaying rad grid and corrected by using following property
<MasterTableView TableLayout="Auto">
<ClientSettings>
<Resizing ClipCellContentOnResize="false">
</ClientSettings>
</MasterTableView>
So my data overlap into 2 columns each other is resolved but similar issue i am facing while export same content to pdf
Seems rad grid not reading columns properties while exporting.
So any one have idea how to resolve it?
Regards,
Dharmesh