Rank: Member Groups: Member
Joined: 10/28/2009 Posts: 15
|
Hi,
I have several questions about EO grid:
1. Does grid have any functionality to adjust column width on a client side? 2. Is it possible to display image button instead of link button in Edit and Delete columns? 3. Is there any way to know that columns width or position have been changed? 4 How to place image button in a top cell of RowNumber column?
Thanks in advance Michael
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, As to your questions: 1. Yes. You will need to call this function: http://doc.essentialobjects.com/library/1/jsdoc.public.gridcolumn.setwidth.aspx2. Yes. I believe can set the column's EditText/UpdateText/CancelText to any HTML; 3. No. 4. I am not sure if you meant column header cell. If that's the case you would just set the column's HeaderText to any HTML you would like; Thanks!
|