Surely just set selectedindex if u want to select a single row. Otherwise u
should implement it by using javascript.
If yes, create your own checkbox control and add attributes an onclick
event. On this event, set row's css class to another one...
--