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
2010-03-05 01:38:08