Hi Hrushikesh,
One suggestion is applying DataFormatString in order to prevent text wrapping.
ASPX:
Another option is by setting the ItemStyle of the column. But for the wrap to take place properly make sure that the cell text
contains white space in between. Also set the
TableLayout to
Fixed so
that wrapping will occur in accordance with column resizing.
ASPX:
Refer the following documentation for more information about preventing wraping for grid cell.
No wrap for grid cell content
Thanks,
Shinu.