Welcome Guest Search | Active Topics | Sign In | Register

CustomColumn in grid Options
Tim
Posted: Wednesday, October 1, 2008 6:55:19 PM
Rank: Member
Groups: Member

Joined: 6/2/2008
Posts: 27
I want to use a maskededit control in my grid to display a decimal value. The grid loads ok but when i click on the cell the value disappears. Am I doing something wrong. My code is below.


<eo:CustomColumn DataField="AmountDue" HeaderText="Due" Width="86">
<EditorTemplate>
<eo:MaskedEdit runat="server" Width="80">
<eo:MaskedEditSegment Decimals="2" SegmentType="Number">
</eo:MaskedEditSegment>
</eo:MaskedEdit>
</EditorTemplate>
</eo:CustomColumn>
eo_support
Posted: Wednesday, October 1, 2008 8:32:32 PM
Rank: Administration
Groups: Administration

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

You may want to take a look of the built-in MaskedEditColumn. CustomColumn is not as simple as you thought. :) This topic contains detained information about what you need to do in order to use a CustomColumn:

http://www.essentialobjects.com/ViewDoc.aspx?t=Grid%2fcustom_column.html

Hope this helps.

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.