luoyu
22 Oct 2010, 1:56 AM
I have a problem with the gridpanel.I want to change the gridpanel the backgrond when i drag the data in the gridpanel.so i use
gridpanel.getEl().addClass("mycss");,but it can not work.so i try to use
gridpanel.getEl().applyStyles({
'background-color' : '#FFFF00'
});
but it also can not work.How can i do .
Thanks very much.
gridpanel.getEl().addClass("mycss");,but it can not work.so i try to use
gridpanel.getEl().applyStyles({
'background-color' : '#FFFF00'
});
but it also can not work.How can i do .
Thanks very much.