-
small datagrid data display problem
Hi I'm using a datagrid but for some reason the text gets wrapped and I end up with these long cells instead of wide ones . help please
-
Private Sub grdCrossKeyWord_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles grdCrossKeyWord.PreRender
grdCrossKeyWord.Columns(1).ItemStyle.Width = Unit.Pixel(24)
grdCrossKeyWord.Columns(2).ItemStyle.Width = Unit.Pixel(24)
End Sub
http://www.programmingknowledge.com/
Similar Threads
-
By madhulatha_b in forum VB Classic
Replies: 3
Last Post: 12-20-2006, 09:38 AM
-
By Kevin Doherty in forum .NET
Replies: 1
Last Post: 02-17-2002, 08:06 PM
-
By John in forum VB Classic
Replies: 0
Last Post: 10-12-2001, 05:09 PM
-
By Marat Musaev in forum XML
Replies: 0
Last Post: 11-02-2000, 08:54 AM
-
By Ray Wood in forum VB Classic
Replies: 0
Last Post: 05-08-2000, 04:26 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks