Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Grid Tech Support » Using StringBuilder AppendLine only shows first line in Grid Collapse All
Subject Author Date
Wali Akthar Feb 29, 2012 - 4:08 AM

Background: 2 data bound columns + 1 custom column
Custom column is built up by iterating through a collection and using StringBuilder to append a formatted string and returns a ToString() of the StringBuilder as the custom column output.

When this is shown in the grid, only the first line of the string builder is shown.

Wali Akthar Feb 29, 2012 - 4:35 AM

Resolved

CellStyle->Text->Wrap Text->True