We want to open document in document viewer. In UI we show the document name, when user double click the name, we call an external document retrieval API which returns document as binary stream.
We want to open the document in UI whenever the user double click on the document name. Please suggest me how to achieve this functionality. Do we have any existing control to open the document in UI?