BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Query | Response | |
How get selecteditems value when DisplayMode is set as DelimiterMode, with No Checkbox & No Grouping | You can get the selected item values in the MultiSelectionComboBox by using the SelectedItems property. Please make use of the following code example. Code Example: [C#]
Screenshot: | |
When DisplayMode is set as DelimiterMode i have selected 3 items but getting text for only 2 items | We have checked your query “Selected Item text not updated“ issue. But we were unable to reproduce the reported issue. Please refer the below Screenshot. Please try this above sample, Our issue reproducing scenario may differ from yours, Please get back to us with more details like issue reproducing sample or modifying the above sample to replicate the issue | |
When DisplayMode is set as VisualItem , not able to enter text for searching. | At present there is no support for this reported requirement in MultiSelectionComboBox. So we have considered it as feature request and it will be available from any of our upcoming release. |
Query | Response | |
Can u please provide example when value & text are different ? | Kindly confirm if you are referring to SelectedValue and Text property. If so, SelectedValue is based on the ValueMember and Text is based on DisplayMember. By this way we can differentiate the Value and Text. Code Snippet : [C#]
Screenshot Sample : MultiSelectSelectedValue | |
Facing Error when typing special characters | This reported problem is resolved in our latest version 16.3.0.21. Please confirm us on below cases.
|