|
Rank: Newbie Groups: Member
Joined: 11/17/2011 Posts: 9
|
How I do for put a mask of phone, for example, in a column on EO Grid? I need apply this mask at the time which populating the grid, because the information extracted from this database without the mask (is saved only numbers). Is There some settings for this? The mask is +99(99)9999-9999 (something like this). I tried using the MaskEditColumn, but without results. Do you have some example for this?
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
MaskEditColumn is the right way to do it. However MaskEditColumn will only accept and return value WITH the mask. So you must write code to add/remove the mask characters appropriately.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/17/2011 Posts: 9
|
Can you give me an example using maskcolumn in the grid? I know set mask in Dates in the grid, but other types i no have idea.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
That has nothing to do with the Grid. Please take a look of the documentation and samples for the MaskedEdit control.
Thanks!
|
|