Welcome Guest Search | Active Topics | Sign In | Register

A few concerns about eo:Grid Options
testing32
Posted: Tuesday, December 11, 2007 9:47:08 AM
Rank: Newbie
Groups: Member

Joined: 10/29/2007
Posts: 4
I have a few questions about eo:Grid.

(I am using build #16)
First, When I'm filling a DateTimeColumn w/a System.DateTime object the dataformat works fine unless I try and use tt to get "AM/PM". I'm getting "undefined" as the value.

My line -
SortOrder="Descending" DataFormat='{0:MM/dd/yyyy hh:mm tt}' AllowSort="true"></eo:DateTimeColumn>

Displayed in column -
12/10/2007 04:20 undefined

Second, are there any plans to make the columns auto width to be determined by the length of any item in the column not just the header length?

Thanks in advance.
eo_support
Posted: Tuesday, December 11, 2007 12:10:10 PM
Rank: Administration
Groups: Administration

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

The AM/PM seems to be a bug, we will get it fixed as soon as possible. As for the column width, the current implementation is that each column must have a fixed width, that way scrolls can be handled correctly. We do not have any plan to automatically adjust column size based on the column content, but we do have plan to allow users to change column width on the client side via our client side JavaScript interface. That way it at least gives the user a lot of flexibilities.

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.