Hi,
I am using infragistics web ultrawebgrid of version 7.1 . I have binded a datasource to grid. All the columns
have string data. Now i want to wrap the cell data . When the data does not contain \r\n it should wrap. Even if
the data contains \r\n it is not wrapping.it always displays the data in single line.Please provide me the solution
as soon as possible
I am using version 8.2 in which grid column has property HTMLEncodeContent.
Does such property available in version 7.1?
Try setting that property to false. I think it should solve your problem.