A combination of the example I posted earlier along with the example datagrid at http://www.preterra.com/flexsamples/gridsearch/gridsearch.html should get you going.
--- In [email protected], "Dharmendra Chauhan" <chauhan_i...@...> wrote: > > Hi All, > I want to change the BG color of selected row on context Menu Item click. > > Actually , I have two context Menu Item > > 1) highlight > > 2)un-highlight > > > they highlight/un-highlight selected row on click event. > > I found some resource on google ,all of them changing bg color in > drawRowBackground(), but in my case I cant use it as I have to execute this > logic on context item click. > > Pleas suggest some ideas. > > Second requirement is ,when user sort the grid after highlighting row , color > of all highlighted row should remain same irresevtive of their new position. > > > Thanks, > Dharmendra >

