Welcome Guest Search | Active Topics | Sign In | Register

Please answer some client side event questions Options
SSGNDN
Posted: Monday, March 29, 2010 6:40:18 AM
Rank: Newbie
Groups: Member

Joined: 3/29/2010
Posts: 1
Hi,
Any supporter please let me know somethings about EssentialObjects Grid for ASP.NET:
1. How can I selected multi cell on Grid ? (alike Extend Select mode of Infragistic grid) ? Both by dragging and by Ctrl selection.
2. Once I have defined a Item Template (such as : <Columns><eo:ButtonColumn ButtonText="Delete" CommandName="Delete" /></Column> then on client side, how can I, when adding a brand new item onto grid, append a cell whose type is different from ButtonColumn (such as DateTime), and so on. I couldn't find any corresponding method or properties on client side to set in and out, except some very secret properties named alike bbn etc.
We've been trying to find a commercial grid component, possibly comfortable and fast enough, to replace Infragistic grid, with client-side objects supported fully. So would you please answer us asap ? (ref about us at : www.catglobe.com or http://en.catinet.dk/)
If possible, please answer on both forum and send me an e-mail : nghia@catglobe.com.
Thanks.
eo_support
Posted: Monday, March 29, 2010 10:00:24 AM
Rank: Administration
Groups: Administration

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

Thanks for contacting us. As to your questions:

1. You can select a single row or a single cell, but you can not select multiple cell on the Grid. Sorry about it!

2. The new row you added will be automatically interpreted according to columns. If you have multiple data types inside one column, the best option is to use CustomColumn. CustomColumn is very much a blank cell for you to fill in. So you can fill in whatever however you want in there. See here for more details:

http://doc.essentialobjects.com/library/1/grid/custom_column.aspx

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.