This situation presents a challenge
SLNo FirstName LastName Description
1 AA BB lengthy description of the scenario
more details about the scenario
2 CC BB another detailed description of the scenario
The entire row is shifting to the right unexpectedly. How can we address this issue? There seems to be no problem even with a space in between. How should we handle this situation?
This issue has been brought up previously on by another user. To solve it, we must wrap it with the following code: e.Row.Cells[4].Attributes.Add("style", "WORD-BREAK:BREAK-ALL");
Which event should this code be written in?
Thank you in advance.