:: Forum >> Version 2 >>

how to hold hightlighting a selected row until other row is selected in HTML

Hi,

My problem is in 2 steps

(i) First highlight the row that is clicked and hold it.
(ii)When another row is clicked , remove the previous highlight and highlight the present row.

Please help in solving this
kris
Thursday, May 18, 2006
Try This:
Step 1) Apply the color to selected row. Add this in your css
.aw-rows-selected 
    
BACKGROUND#B4B4DB
    
COLOR:        black
}
 
Step 2)
obj.setSelectorVisible(true);
obj.setSelectionMode("single-row");
 
Sanjay Sharma
Friday, May 19, 2006



This topic is archived.

Back to support forum

Forum search