Hi all,
I have a discount % field that's a nullable int, and uses an up/down editor. Users want to show "None" in the field when the value is null, and want to be able to select "None" in addition to values 0 - 100 when editing the field. Is there a feature in place to display a default value for null?
As it stands, it shows empty in the grid, and you can clear the text in the editor to revert back to null. It works functionally, but may not satisfy the request.
If the feature doesn't currently exist, what would be the best way to go about enhancing the up/down control to enable it?
Thanks!
I have a discount % field that's a nullable int, and uses an up/down editor. Users want to show "None" in the field when the value is null, and want to be able to select "None" in addition to values 0 - 100 when editing the field. Is there a feature in place to display a default value for null?
As it stands, it shows empty in the grid, and you can clear the text in the editor to revert back to null. It works functionally, but may not satisfy the request.
If the feature doesn't currently exist, what would be the best way to go about enhancing the up/down control to enable it?
Thanks!