Hey,
I have set my TextField to ReadOnly but the RadPdfViewer doesnt react to it. Im getting a pdf File that im importing using the telerik PdfFormatProvider after that im trying to set some of the fields to readOnly like this:
if (formField is TextBoxField textBox) { if (field is not null) { textBox.Value = field.ViewValue(viewMode); if (field.VarType != 0) formField.IsReadOnly = true; } }
Im sure its setting it because if i export it to a pdf the fields are set to ReadOnly but not in the Telerik PdfViewer
Thanks
Dominik
Hello All,
I am stuck in the same scenario, Please anyone have any idea on this share ASAP.
Thanks,
Akbar Husain