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
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramco RamcoPosted Apr 26, 2023, 6:29 AM
resolved
Thanks