Welcome Guest Search | Active Topics | Sign In | Register

Grid Masked Edit loses decimal positions Options
CodeMaster
Posted: Friday, November 12, 2010 8:35:20 AM
Rank: Advanced Member
Groups: Member

Joined: 10/14/2010
Posts: 19
I have 4 masked edit columns on a grid. I then add Decimals="2" and save my page.

If I go back into the Edit columns, make a change, all the Decimals="2" are dropped off of the masked edit.
eo_support
Posted: Friday, November 12, 2010 10:31:36 AM
Rank: Administration
Groups: Administration

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

We have confirmed this to be a bug. We will fix it in our next build. In the mean time you may want to add the property manually in .aspx.

Thanks!
Bobby Lee
Posted: Friday, February 18, 2011 10:51:04 AM
Rank: Member
Groups: Member

Joined: 12/28/2010
Posts: 10
How do you do this manually in .aspx. ??

I'm having the same issue.
eo_support
Posted: Friday, February 18, 2011 10:59:55 AM
Rank: Administration
Groups: Administration

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

This should have been fixed a long time ago. You can try to download the latest version from our download page and see if that works for you.

To manually do it in .aspx, you just go there type in Decimals="2" for your MaskedEditSegment.

Thanks!
Bobby Lee
Posted: Friday, February 18, 2011 12:48:39 PM
Rank: Member
Groups: Member

Joined: 12/28/2010
Posts: 10
Not sure where to put it. I have this

<eo:TextBoxColumn ClientSideEndEdit="colAmountEndEdit" DataField="fmt_amount" DataType="Float" HeaderText="Amount *" Name="amount">
</eo:TextBoxColumn>

I don't see a Decimals option

eo_support
Posted: Friday, February 18, 2011 3:41:50 PM
Rank: Administration
Groups: Administration

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

It's not a TextBoxColumn. It's a MaskedEditColumn. It will be something like this:

<eo:MaskedEditColumn>
<MaskedEdit ControlSkinID="None">
<eo:MaskedEditSegment Decimals="2" ..... />
</MaskedEdit>
</eo:MaskedEditColumn>

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.