@viewModel NumericControl.Content.Examples.NumericViewModel, NumericControl
Numeric Control Test Page
Example page - current version of control
Notes:
- Only Example 7 has a Changed event handler assigned to it on the page.
- Changing the value in Example 7 will cause full page validation.
- Since Examples 2 + 3 are required, the Changed event does not execute at the server when changing the value of Example 7.
- Note the intention is not just to change the text value but rather to allow a server-side handling of the Change event by the containing page prior to the page being submitted.
- The goal would be to allow the Changed event to fire without full page validation.