- Home
- Forum
- ASP.NET Web Forms
- COMBOBOX undefined
COMBOBOX undefined
Hello

I have problems with combobox, the add elements are UNDEFINED. I am doing this:
SIGN IN To post a reply.
5 Replies
FS
Farveen Sulthana Thameeztheen Basha
Syncfusion Team
April 5, 2019 12:41 PM UTC
Hi Guadalupe,
Thanks for contacting Syncfusion Support.
Query#:- I have problems with combobox, the add elements are UNDEFINED.
We have checked your query and we need some additional information to find the cause of the issue, please share us the following details.
- Have you placed combo box inside the Grid or placed the combo box externally.
- Complete Grid code example(both in server and client side).
- Replication procedure of the issue(while performing Editing or some other scenario).
Regards,
Farveen sulthana T
GU
Guadalupe
April 5, 2019 07:15 PM UTC
PO
Prince Oliver
Syncfusion Team
April 8, 2019 10:01 AM UTC
Hello Guadalupe,
Thanks for sharing the code information.
Based on the shared code, we could see that the you have missed to bind fields property to the ComboBox control. The “Undefined” issue will usually occur if the field are not mapped properly based on the bound dataSource. Kindly refer to the following code
|
<ej:ComboBox ID="CbFontOfElements" runat="server" DataTextField="Base" OnDataBinding="CbFontOfElements_DataBinding" ></ej:ComboBox> |
Kindly make the above changes in your end and ensure the issue.
Let us know if you need any further assistance.
Regards,
Prince
GU
Guadalupe
April 8, 2019 01:34 PM UTC
Hello!
This is correct! Thank you for your help!
This is correct! Thank you for your help!
Regards, Guadalupe.
PO
Prince Oliver
Syncfusion Team
April 8, 2019 03:47 PM UTC
Hello Guadalupe,
Most Welcome. We are glad to help you.
Regards,
Prince
SIGN IN To post a reply.
- 5 Replies
- 3 Participants
-
GU Guadalupe
- Apr 4, 2019 04:20 PM UTC
- Apr 8, 2019 03:47 PM UTC