R
ree32
I have a datagrid with link buttons in each cell.
So when the button is selected. The cell changes the background color.
But when a a new button is selected the old cell has to change to the
normal color and the new cell has to change to a new color.
So I need to remeber the old cell's column number.
But I having problems in getting the column number, I can only get the
row number using e.item.itemIndex.
Is there a way ?
So when the button is selected. The cell changes the background color.
But when a a new button is selected the old cell has to change to the
normal color and the new cell has to change to a new color.
So I need to remeber the old cell's column number.
But I having problems in getting the column number, I can only get the
row number using e.item.itemIndex.
Is there a way ?