views:

164

answers:

1

Why the Combobox components, when read only, don't allows the user select a option with the Page Down\Page Up keys? How to enable this feature?

A: 

Lucas, what version of ZK are you using? A readonly textbox in both the latest version 5.0 and 3.6.3 both allow this.

<textbox value="Hello"  Readonly="true" />
Tim