Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Multiline Cell Data
posted

Hello, I rarely get a response on these forums, but i'm at the end of the line here...

I have a "simple" problem.  I am currently using the web hierarchical data grid to display some schedule information.  Each row contains 0 to many assignments.  I simply want each assignment to be on a new line in the cell.

I was able to do this before by using the "<BR>" tag in the string that filled the cell, but that was with the UltraWebGrid and doesn't appear to be working in this one.  The entire grid is populated with an IEnumerable object and the properties within that object, no bands/columns are set in the .aspx page.  It seems like this should be really simple, but I can't figure out how to get the grid to recognize line breaks in the cells.  I also attempted to use Environment.NewLine, but that didn't work either.