I have a title window with 3 datagrids in it and I have to add print functionality. Basically I have three PrintDataGrids with dynamic data on its printview file. Issue is I am not able to get print in right way. It works fine with small data. But if I have any datagrid with large data issue occurs, that datagrid goes on next page as validNextPage() is true for that only.So sequence of printing spoils.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.