Hi,
When doing a DynamicForm.setDisabled(true) and having this form showing scrollbars, makes the scrollbars look disabled.
I guess that's valid because of the javadoc states that all its childrend and peers are disabled as well.
But it's a bit inconsistent since scrolling the form via the middle mouse button still works.
Is there a quick and easy way to disable the widget, without disabling its scrollbars? (Applies to DynamicForm and ListGrid).
thanks,
SmartGWT EE SC_SNAPSHOT-2011-03-17
When doing a DynamicForm.setDisabled(true) and having this form showing scrollbars, makes the scrollbars look disabled.
I guess that's valid because of the javadoc states that all its childrend and peers are disabled as well.
But it's a bit inconsistent since scrolling the form via the middle mouse button still works.
Is there a quick and easy way to disable the widget, without disabling its scrollbars? (Applies to DynamicForm and ListGrid).
thanks,
SmartGWT EE SC_SNAPSHOT-2011-03-17
Comment