Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Is there a way to print a grid Index page?
posted

I have a multiple band WinGrid which displays a bill of material.  This includes part numbers, descriptions, etc.  I would like to print out an index page of all parent band part numbers with the grid printout, which will list the part numbers and the page they printed out on.  Is this possible?  If so, an example would be great!

Parents
  • 469350
    Offline posted

    Hi,

    I don't think there is any way to do this. The grid will not actually know what got printed on which page until after the printing is completed. So I suppose in theory the grid could track this information and return it to you in some form after the printing is done and you could use that information to print an extra page as a separate print job.

    But none of that functionality currently exists in the grid. It might be possible to do this using the UltraGridDocumentExporter. I know it has a built-in indexing capability. But I haven't used it myself, so I'm not sure how it works. I think you basically add the Index into the document and then you insert markers or bookmarks into the document at the points you need and then it fixes them up at the end. So you might be able to achieve what you need by exporting the grid to a document, like a PDF report, and then printing that.

Reply Children