Enable form button (in WPF Designer)
Posted: Thu Apr 26, 2012 3:49 am
In one of my reports I have a form with a combobox, an Ok button and a Cancel button.
I have set the Ok button default as disabled. When I change selected item in the combobox, the Ok button is enabled by:
OkButton.Enabled = true;
When I view my report in the WPF Viewer it displays correctly with the Ok button changing from disabled til enabled. The previewer in the WPF Designer does not display the Ok button as enabled.
Is this a known bug?
I have set the Ok button default as disabled. When I change selected item in the combobox, the Ok button is enabled by:
OkButton.Enabled = true;
When I view my report in the WPF Viewer it displays correctly with the Ok button changing from disabled til enabled. The previewer in the WPF Designer does not display the Ok button as enabled.
Is this a known bug?