Hi
I have below condition but value "Done" is not getting displayed
if (row[i].ToString().ToUpper() == "D") row[e.Row.Cells.Count - 2] = "Done";
Thanks