|
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
|
|
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
|
|
Rank: Advanced Member Groups: Member
Joined: 1/3/2008 Posts: 32
|
thanks
|
|
Rank: Member Groups: Member
Joined: 8/8/2012 Posts: 14
|
Has this feature been added? If yes, what is the syntax?
Thanks
|
|
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.aspxThanks!
|
|