Print Page | Close Window

Grid View formatting

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=719
Printed Date: 28-Mar-2024 at 8:41am


Topic: Grid View formatting
Posted By: orcities
Subject: Grid View formatting
Date Posted: 07-Mar-2008 at 2:53pm
If I have a column that has line breaks how do I get the grid row to expand and stop cutting off at the break?



Replies:
Posted By: orcities
Date Posted: 21-Mar-2008 at 12:53pm
anything .....


Posted By: Bill Jensen
Date Posted: 26-Mar-2008 at 11:19am

I believe you're using the DeveloperExpress control suite. 

In your GridBuilder, override BuildCore().
 
In its implementation, access BindingManager.GridView to get the XtraGridView itself.
 
After that you're on your own.  I don't know much about formatting XtraGrids.  Maybe there's something in the Appearance object.  Read the DevEx documentation and if you figure it out, post it here so the rest of us will know.
 
Bill J.



Print Page | Close Window