My datagrid is binding a double field to a textbox (via ObjectDataSource). I'd like to use the MaskedEditExtender to format the display and entry of these numbers. But when I try to save the record after entering data I get "12,544.00 is not a valid value for Double." When I remove the MaskedEditExtender from the textbox, it works fine, though, of course, without the formatting.
Apparently MaskedEditExtender is sending commas, to the underlying datasource even when MaskType="Number"
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
Apparently MaskedEditExtender is sending commas, to the underlying datasource even when MaskType="Number"
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.