Welcome Guest Search | Active Topics | Sign In | Register

Client side settting value to grid column Options
Saji
Posted: Wednesday, January 16, 2008 11:37:47 PM
Rank: Advanced Member
Groups: Member

Joined: 1/3/2008
Posts: 32
I am using the following code for setting a value to a grid column dynamically

function OpenBankHelp(grid, itemIndex, colIndex, commandName)
{
var item = grid.getItem(itemIndex);
var cell = item.getCell(1);
cell.getValue = "TEST";
//window.alert("new value:" + cell.getValue());
}

but its not setting the value "TEST" in my cell?

is it possible to set a value to a particular cell in a grid from client side.

Please help
eo_support
Posted: Thursday, January 17, 2008 5:45:39 AM
Rank: Administration
Groups: Administration

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

Unfortunately no. You can not set value on the client side. Such a feature makes perfect sense though, so we will think about adding it in our next build.

Thanks
Saji
Posted: Thursday, January 17, 2008 6:35:56 AM
Rank: Advanced Member
Groups: Member

Joined: 1/3/2008
Posts: 32
thanks
unpaid Bill
Posted: Wednesday, November 21, 2012 3:29:08 PM
Rank: Member
Groups: Member

Joined: 8/8/2012
Posts: 14
Has this feature been added? If yes, what is the syntax?

Thanks
eo_support
Posted: Thursday, November 22, 2012 4:33:22 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
unpaid Bill wrote:
Has this feature been added? If yes, what is the syntax?

Thanks


Hi,

You can take a look of our client side API reference:

http://www.essentialobjects.com/doc/1/clientapi_howto.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.