|
-
Sep 10th, 2002, 07:11 AM
#1
Thread Starter
New Member
Asp.Net Data Grid
I have a datagrid control on my aspx page that is bound to a datareader. After I populate the grid I want to make the column widths larger so the data does not look cramped. I have alread tried the following but it doesn't seem to work. Someone please help!!!
This has no apparent effect:
grdMain.Items(1).Cells(1).Width = New Unit(5000, UnitType.Pixel)
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
|
Click Here to Expand Forum to Full Width
|