|
Rank: Member Groups: Member
Joined: 2/24/2010 Posts: 10
|
Hi.
One Question, how can i change cell style on the grid with javascript, i want to change cell style after update cell value on the grid without postback, can anyboby help me?
Thanks...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to get the cell object first, then call this function: http://doc.essentialobjects.com/library/1/jsdoc.public.gridcell.overridestyle.aspxYou will also want to go over this if you are not familiar with our client side JavaScript interface: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxThanks!
|
|
Rank: Member Groups: Member
Joined: 2/24/2010 Posts: 10
|
hi again...
Another Question, this method works with EO 2008?
Can i change my EO version without problems?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think that method exists in 2008. So you must use 2009 to do that.
2009 is backwards compatible with 2008. So you can change EO version without problem. You do need to rebuild your application with the new version though. You may also need to upgrade your license in order to use the new version.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/24/2010 Posts: 10
|
thank you for your help,
I will change my version, and rebuilt my application to do this.
Thanks for everything.
|
|