Unplanned
Last Updated: 27 Jan 2023 12:38 by Thomas
Thomas
Created on: 27 Jan 2023 12:38
Category: PDFViewer
Type: Bug Report
2
The PDF Viewer does not render the document as expected when calling the ReadAllBytesAsync() method from Grid's async OnRowClick event handler
I want to set the Data of a PDFViewer from the OnRowClick event handler. If I use the ReadAllBytesAsync() method, the PDF viewer does not render the PDF document. I need to use the synchronous version (ReadAllBytes) to make this work.
0 comments