hi All,
I have dynamically set column type as Button. I set background image of button in InitializeRow event
as :
e.Row.Cells.FromKey("ReportCount").Style.BackgroundImage = "../../Images/Report1.ico";
this displays iamge but with text of cell value also, how should I dispaly only iamge without cell value.And without loosing value of cell.
thanks
Shital