Welcome Guest Search | Active Topics | Sign In | Register

GRID Problems Options
Brandon
Posted: Tuesday, January 13, 2009 4:41:00 AM
Rank: Member
Groups: Member

Joined: 10/11/2007
Posts: 12
Hi

I have implemented a grid on web form, these are some of the problems im experiencing.
The grid is running in client mode.

1. Headers are not aligned with the records display. - I am setting some column widths to 0 is this a problem, if so is there another way to hide the columns
2. Cannot get the edit to work by setting fullrow to false.
3. can i load images into columns for edit, and delelt purposes, dont see a sample where you have done this.
4.how do i change the fixed column cell style.

Your assistance is greatly appreciated.

kind regards,
Brandon
eo_support
Posted: Tuesday, January 13, 2009 10:29:03 AM
Rank: Administration
Groups: Administration

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

As to your questions:

1. I don't think you can set column width as 0. Our Grid currently does not support invisible columns. So if you do not wish to see a column, you should try to remove it from the server side code. If you only wish to carry some data to the client side, you can set the Grid's KeyField property;

2. Cell editing only works for editable columns. You can find more details about editing here:

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

3. You can set the EditCommandColumn's EditText to any HTML, for example, an image tag;

4. You would use this property to change the fixed column cell style:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.GridItemStyleSet.FixedColumnCellStyle.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.