Wisej.Web.DataGridViewMaskedTextBoxColumn Functionality

0
0

The source data  represents phone #s

and I’ve applied the standard default phone mask [  (999) 000-0000]

Does this feature work ?  

A string of 10 numerals with the phone mask applied in a Wisej.Web.DataGridViewMaskedTextBoxColumn

it displayed as if no mask were applied.  Just the same string of 10 numerals.

 

Visual Web GUI formatted data for this scenario properly.

What is this “use validating type”   check box in the Mask edit screen ?  Image attached

Does this control not format the data loaded into it from the table  ?

Just user Input  ?

 

  • You must to post comments
0
0

To answer your second question, the ValidatingType is supported for the MaskedTextBox control and not for the DataGridViewMaskedTextBoxColumn. See ValidatingType in the api docs for the functionality. A phone doesn’t have a validating type, there is column next to it that should say (None).

  • You must to post comments
0
0

We are not Visual WebGui. If you have a sample that shows a specific issue please attach it.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.