This question is locked. New answers and comments are not allowed.
Hello everyone ,
I have a problem that when a staticaly wrote documentSource as
there is no problem , and works correcty .
But I have to pass the path which is dynamically changed as a a parameter from my computer ,
Since I use a gridview for my datas and every data has own pdf doc.
So I have to show the pdf file according to selected row in gridview.
-- Can anybody help me passing document source path , passing from code behind .?
Thx in advance.
I have a problem that when a staticaly wrote documentSource as
<telerik:RadPdfViewer x:Name="viewer1" Margin="0" DocumentSource= "..b14314.pdf" />
there is no problem , and works correcty .
But I have to pass the path which is dynamically changed as a a parameter from my computer ,
Since I use a gridview for my datas and every data has own pdf doc.
So I have to show the pdf file according to selected row in gridview.
-- Can anybody help me passing document source path , passing from code behind .?
Thx in advance.