Hi
I changed command button color using GridViewCommandColumn
The below code is added in CommandCellClick event handler
cell.CommandButton.ButtonFillElement.BackColor = frmColor.Color;
this code changed the color, but when I add a new row, the color move to new row.
And the cell which I changed the color of return default color.
Could you let me know how I can change command button color in cell?
I changed command button color using GridViewCommandColumn
The below code is added in CommandCellClick event handler
cell.CommandButton.ButtonFillElement.BackColor = frmColor.Color;
this code changed the color, but when I add a new row, the color move to new row.
And the cell which I changed the color of return default color.
Could you let me know how I can change command button color in cell?