Wijmo flex grid with not initializing while printing

Posted by: dsheokand on 10 September 2018, 4:13 pm EST

    • Post Options:
    • Link

    Posted 10 September 2018, 4:13 pm EST

    I am using multiple instance of wijmo grid on different pages using ngfor. On printing while changing the page it is not refreshing grid on every page. Is there any way grid can load in background before printing?

  • Posted 11 September 2018, 5:41 pm EST

    Hi,

    If we understand correctly then the grid is not rendering properly when the page is changed, if this is the case then please use invalidateAll() method of Control class to invalidate all Wijmo controls on page after page is changed.

    Please refer to the following code snippet:

    //import core module
    import * as wjcCore from 'wijmo/wijmo';
    //invalidate all controls
    wjcCore.Control.invalidateAll();
    

    If this does not fulfil your requirement then please feel free to explain more about your requirement so that we may assist you accordingly.

    Best Regards

    Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels