|
Rank: Newbie Groups: Member
Joined: 9/7/2009 Posts: 4
|
Hello everybody,
I try to change the style of my cell in a Excel's Grid and I would do that with a javascript method.(No postback)
In fact, I want to change the cell color when the user update the cell value. I don't see the setStyle() method. May be an other solution ?
Thank's for your help !
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately I do not believe this is possible. The interface is not exposed on the client side. It does make sense to have support for this though. So we will look into it and see if we can have this in our next version.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
A new method overrideStyle has been added to the client side GridCell object. You can now use that method to change grid cell style on the client side.
Thanks!
|
|