In version 9.1 when using ultragrid with print/print preview the last column on the page is half/ part column and then full column content is included on the next page. How could I stop part columns from displaying ?
First page:
Second page:
Update:
I have treid using (the same result):
e.DefaultLogicalPageLayoutInfo.ClippingOverride
e.DefaultLogicalPageLayoutInfo.ColumnClipMode
Hi,
There's no way to do that. The ColumnClippingMode gives you the option to repeat the entire column or the part that was clipped. But there is no way to remove the column from the first page.
You should Submit a feature request to Infragistics.
m having the same problem , i am using report object for genertaing preview of xamdatagrid, how can i repeat column in report object? ifragistics must consider and provide a work around for that