change the style of a row and keep it
me again...
i found some threads to this topic, but none answered my problem..
i want to change the style of a specific row... what i do is:
obj.getTemplate("row", index).setStyle("background", "#000000");
obj.getTemplate("row", index).refresh();
this works... but if i sort or do a complete refresh EVERY row
becomes black :-(
whats wrong?
and:
if i use this style:
.active-grid-row {background-color: #bbbbbb;}
my mouseover - row - highlighting doenôt work any more, the row keeps
its backgroundcolor...
thanks for your help!
yves
i found some threads to this topic, but none answered my problem..
i want to change the style of a specific row... what i do is:
obj.getTemplate("row", index).setStyle("background", "#000000");
obj.getTemplate("row", index).refresh();
this works... but if i sort or do a complete refresh EVERY row
becomes black :-(
whats wrong?
and:
if i use this style:
.active-grid-row {background-color: #bbbbbb;}
my mouseover - row - highlighting doenôt work any more, the row keeps
its backgroundcolor...
thanks for your help!
yves
October 29,