Rank: Member Groups: Member
Joined: 1/10/2011 Posts: 12
|
hello,
i need to add an item (row) of 1 EO Grid to another EO Grid on same page. how do i go about it?
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you wish to add the row on client side, you can call the client side addItem method. If you wsih to do it on the server side, you simply add the item into your data source and rebind the Grid, or call Grid.Items.Add to add the item.
Where the data of the new item comes from is a different question and it will be up to your business logic. We do not advise on that part.
Thanks!
|