Combodropdown dropdownheight
Hello,
Thanks,
Adam
SIGN IN To post a reply.
4 Replies
AB
Adam Bruss
May 25, 2016 04:32 PM UTC
Also is there a way to make the textfield of the combodropdown read only while still allowing the user to dropdown and edit the popupcontrol?
KJ
Keerthana Jegannathan
Syncfusion Team
May 26, 2016 02:54 PM UTC
Hi Adam,
Thank you for contacting Syncfusion support.
The reported requirement can be achieved by increasing the height of the custom control which is added as drop down in ComboDropdown. Please refer to the below code snippet.
Code Example : C#
|
//To increase the height of TreeViewAdv
this.treeViewAdv1.Height = 400;
|
We have prepared a sample and video for your reference which can be downloaded from the below location.
Screenshot
Regards,
Keerthana
AB
Adam Bruss
May 26, 2016 09:13 PM UTC
Thanks Keerthana. That works for the dropdown height.
What about the text field in the combodropdown? Can I make that readonly? The user shouldn't be able to edit it.
Thanks,
Adam
KJ
Keerthana Jegannathan
Syncfusion Team
May 27, 2016 05:54 AM UTC
Hi Adam,
Thank you for your update.
The reported requirement can be achieved by setting the property named DropDownStyle as DropDownList. We have prepared sample and video for your reference which can be downloaded from the below location.
Screenshot
Regards,
Keerthana
SIGN IN To post a reply.
- 4 Replies
- 2 Participants
-
AB Adam Bruss
- May 25, 2016 04:28 PM UTC
- May 27, 2016 05:54 AM UTC