Am trying to use a customer PDF with this codePdfLoadedComboBoxField comboField = form.Fields[4] as PdfLoadedComboBoxField;PdfLoadedComboBoxItemCollection comboCollection = comboField.Items;PdfLoadedComboBoxItem item = comboCollection[0]; //This throws exception as .Ietms.Count = 0HowevercomboField .Values[0] has a value.How can I prefill the comboboxfield?
Am trying to use a customer PDF with this codePdfLoadedComboBoxField comboField = form.Fields[4] as PdfLoadedComboBoxField;PdfLoadedComboBoxItemCollection comboCollection = comboField.Items;PdfLoadedComboBoxItem item = comboCollection[0]; //This throws exception as .Ietms.Count = 0HowevercomboField .Values[0] has a value.How can I prefill the comboboxfield?
attaching sample file
Attachment: Test_123ed2d5.zip
Am trying to use a customer PDF with this codePdfLoadedComboBoxField comboField = form.Fields[4] as PdfLoadedComboBoxField;PdfLoadedComboBoxItemCollection comboCollection = comboField.Items;PdfLoadedComboBoxItem item = comboCollection[0]; //This throws exception as .Ietms.Count = 0HowevercomboField .Values[0] has a value.How can I prefill the comboboxfield?
attaching sample file
Attachment: Test_123ed2d5.zip
If possible can you provide code that would populate some combo box field and leave some empty and save the pdf? currently if i save the pdf with no entry in combobox field, i get a white space where combo box is instead of a rectangle
Hi Jb,
Thank you for using Syncfusion Products.
As we have analyzed your code , We are able to reproduce the issue with “PdfComboBox is not displayed when appending the loadeddocument “and suspect this to be a defect. We will
update you with further details on 24th Feb 2015.
Thanks,
Abirami