Welcome Guest Search | Active Topics | Sign In | Register

Maskededit with choice segment issue Options
Rodrigo
Posted: Wednesday, October 14, 2009 1:47:25 PM
Rank: Newbie
Groups: Member

Joined: 7/16/2009
Posts: 6
I have a Maskedit with 3 segments (see below) and in the last segment (choice) when the user navigate with the keyboard rows (up/down) appears the list of choices configured, AND when you go to the last option, appears "32". Yes the maskedit shows "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "K" AND "32".

Example:
"1234 - 9" -> Good
"1234 - 32" -> Wrong (32 is not part of the choices) d'oh!


Quote:

<eo:MaskedEdit ID="MKE_Rut" runat="server" PromptChar=" " TextBoxStyle-CssText="TEXT-ALIGN: right" Width="85px" TabIndex="0">
<eo:MaskedEditSegment Mask="-99999999" SegmentType="Mask" MaxValue="99999999" />
<eo:MaskedEditSegment Text=" - " />
<eo:MaskedEditSegment Choices="0|1|2|3|4|5|6|7|8|9|K" SegmentType="Choice" Text="" />
</eo:MaskedEdit>


I need help with these issue. Brick wall

eo_support
Posted: Wednesday, October 14, 2009 1:52:45 PM
Rank: Administration
Groups: Administration

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

I believe this is a known issue and we already have an internal build that fixed it. We will PM you with the download location of the new build.

Thanks!
Rodrigo
Posted: Wednesday, October 14, 2009 2:35:58 PM
Rank: Newbie
Groups: Member

Joined: 7/16/2009
Posts: 6
I searched before posting but i can't find something about the issue.
Thanks for the answer.


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.