Welcome Guest Search | Active Topics | Sign In | Register

eo:Masked Edit Options
Priya
Posted: Tuesday, February 2, 2010 5:19:04 AM
Rank: Member
Groups: Member

Joined: 1/6/2010
Posts: 12
Hi...
Am using the below code

<eo:MaskedEdit runat="server" ID="txtCost" Width="75px">
<eo:MaskedEditSegment SegmentType="Number" MaxValue="999999999" MinValue="0" IsRequired="true"></eo:MaskedEditSegment>
</eo:MaskedEdit>


1)How to remove the line display..?

2)How to set maxlength..?

3)How to block the user to type the number/Text when the textbox reach the max length..?

eo_support
Posted: Tuesday, February 2, 2010 9:16:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

In order to remove the line "_", you will need to set the MaskedEdit's PromptChar property to space " ". You do not set MaxLength (nor need to block user from typing when reaching max length) because it is already implied in MaxValue.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.