Rank: Newbie Groups: Member
Joined: 1/14/2009 Posts: 9
|
Heloo ALL
I have two questions..
1.- In a Grid, using the "edit grid data - Excel style", is there any way to set edit mode to all columns, like in "edit grid data - traditional Style" ..???
2,- In a grid, instead of using a text box, is there any way to use a combo box???
Thanks
rDc
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, To your question: 1. It will require additional coding. You will need to set FullRowMode to true, then handle ClientSideOnItemSelect event and then call this JavaScript function to put the whole row into edit mode: http://doc.essentialobjects.com/library/1/jsdoc.public.grid.edititem.aspx2. Please see a working example at here: http://demo.essentialobjects.com/Default.aspx?path=Grid\_i1\grid_custom_columnThanks!
|