ComboBox still shows drop down list even when set to readonly=true

0
0

Seems like it should not drop down the list of selections since its read only and you don’t want the user to assume they can change it?

  • You must to post comments
0
0

Thanks Edmond,

got it.

You can find a few pointers and a possible solution here:

https://wisej.com/support/question/readonly-property

Hope that helps.

Best regards
Frank

  • You must to post comments
0
0

Hi Edmond,

I have tried to reproduce it, but this is what I got:

Enabled = false – Cannot drop down
ReadOnly = true, Enabled = false – Can drop down but not select a value.

Would you mind putting together a test case for us ?

Thanks in advance.

Best regards
Frank

 

  • edmond girardi
    I can when I get some free time. But basically I am using enabled=true, readonly=true. If i use enabled=false – the box grays out and does not look like the rest of the form where I have set text boxes to readonly=true (they are not grayed out)
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.