PDA

View Full Version : PrintDataGrid problem with variableRowHeight


Gmc_fx
04-24-2009, 11:03 AM
Hello,

I am tryning to design one printdatagrid, so i can print data from main DataGrid control in my application (printdatagrid dataprovider is bind to dataprovider of DataGrid)

But i have problem when i set variableRowHeight = true and wordwarp = true. When i start printing, i only gets one line in every row of PrintDataGrid.

So is there any solution to fix my PrintDataGrid and make it work so i can print with variable row height and wordwarp enabled

Gmc_fx
04-24-2009, 04:59 PM
Hmm i searched net for a while and found one think, which could be interesting.

Its seems that printdatagrid determines row height based on first row. But i still not sure how to use this in correct way :confused: