hi jamie, try re-assigning the same 'highlight' color in the rightclick event handler.
Sanjay, you will have to be specific how you intend to provide an alternative means of selecting multiple rows. If im not mistaken, dragging works - but it wont do with discontinuous selections. Hence we go back to the same question, how do you intend to provide that functionality? There are various ways to do this I think. here are a few: Use Checkboxes as itemrenderers which toggles the select property when the checkbox is checked. Or set select property on mouseclick without using other renderers alone (right click, left click, or doubleclick). OR you can use a separate control altogether (like a separate checkbox group). --- sanjaypmg <[EMAIL PROTECTED]> wrote: > Hey Jamie, > > Sorry to inturupt... > > I wanna add one more thing here whch i faced... > > I want to select multiple rows in a DataGrid without > pressing Ctrl > button. > > Is there anyway to do it? > > Thanks > Sanjay > > --- In [email protected], "jamiebadman" > <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > > The title sums it up... basically, I'd like to > select a datagrid > row > > on rollover. There's a rollover event on the > datagrid but I see no > way > > from that, to obtain the id of the row that's > currently > being 'rolled > > over'... any ideas ? > > > > Alternatively... and here's the reason I'm trying > to do the > above... > > > > I have a context menu on the datagrid which > provides the user with > > options to carry out on the currently 'rolled > over' row... but > when > > the user clicks the right mouse button, the > 'rollover' color > > disappears. I want the rollover color to remain > when the menu pops > up. > > My only solution was to force the rollover row to > be the selected > row - > > which would solve this. If anyone can think of an > alternative way > to > > stop the loss of the rollover color then that'll > be just as good ;- > ) > > > > Thanks, > > > > Jamie. > > > > > ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. http://tv.yahoo.com/collections/265

