Welcome Guest Search | Active Topics | Sign In | Register

Grid: Textbox DataFormat not works in Edit Mode Options
UweD
Posted: Friday, September 4, 2009 3:38:24 AM
Rank: Advanced Member
Groups: Member

Joined: 8/11/2008
Posts: 37
Hello,
I have a Grid with 2 columns:

<eo:Grid ID="Grid1" runat="server" EnableKeyboardNavigation="True" Height="550px" Width="220px" FullRowMode="false"
AllowNewItem="true" AllowPaging="True" PageSize="25" RunningMode="Callback" KeyField="id_mw" OnPageIndexChanged="Grid1_PageIndexChanged" >
<Columns>
<eo:TextBoxColumn DataField="wert" DataType="Float" HeaderText="Wert" DataFormat="{0:N3}" Width="60"/>
<eo:TextBoxColumn DataField="zeitpkt" HeaderText="Zeitpkt" DataType="DateTime" DataFormat="{0:dd.MM.yy hh:mm}" Width="110"/>
</Columns>
</eo:Grid>

When I edit a value the data format switches back into standard format in both columns.

How can I change this?
eo_support
Posted: Friday, September 4, 2009 9:15:09 AM
Rank: Administration
Groups: Administration

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

I believe DataFormat is one way only and it is mainly for display purpose, so it does not work well together with DataType. We will look into it and see what we can do.

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.