1
Answer

Value not getting displayed

Ramco Ramco

Ramco Ramco

1y
451
1

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

Answers (1)