Flexgrid cell 0,0 (row=0,col=0) selection problem
-
I am building an application in which i want to show the back ground of selected cell in a different color say red. i have used onLeave and OnEnter events of the grid to achieve that. in the onleave event handler i change the background of old selected cel to white and in the onenter i change the bkcolor of cell to red. so the bkcolor of cell left is changed to white as needed and the cell to which user is moving becomes red. but this cell bkground is not set if the first selection by the user is cell(0,0) it works fine unless the first selection by the user is not cell(0,0) if user select cell(0,0) as first selection then its color is not changed. but if the user selects some other cell then its color is changed and selecting now cell(0,0) also changes its bkcolor.