Hi ,
To describe a group by row i use the line :
e.Row.Description = "Order created " + e.Row.Value.ToString() + ", " + e.Row.Rows.Count
However, to complete the description I needt to had a string contained by a cell in a row.
Do you know how to do that ?
Thanks
Hello,
Could you please clarify in what event you are doing this and what is the exact issue - you need to take a value from another row? I will be happy to assist you further on that matter.