The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ASArun Srinivasan Syncfusion Team September 12, 2003 06:33 PM UTC
Hi Omar,
Well you can do that by listening to the BeforePopUp event of the PopupContainer which controls the dropdown of the ComboBoxAdv.
Arun
OMOmarSeptember 12, 2003 11:35 PM UTC
Greetings,
OK.. that was great. NOW the user can not dropdown the cmbo BUT the user can still write text inside the TextBox portion. I tried setting the cbo.TextBox.Readonly = True but all that did is to make the control's color as if its DISABLED and still you could write text inside it.
How can I make the textbox portion ReadOnly just like a normal textbox.
Thanx
ASArun Srinivasan Syncfusion Team September 14, 2003 10:21 AM UTC
Omar,
To disable typing into the ComboBoxAdv, you need to set the DropDownStyle property to DropDownList.
Arun