PC Review


Reply
Thread Tools Rate Thread

Data Grid Display Issues

 
 
J. Babe
Guest
Posts: n/a
 
      14th Aug 2003
In my ASP.NET project I am creating an invoice. I add the items in my
invoice to a datagrid (I'll call it dg). However, I am having some
display issues. The following line should write "Total" in the footer,
but nothing appears, I'm wondering why

dg.Columns(2).FooterText = "Total"

I also can't make a border appear in the header of the table

dg.HeaderStyle.BorderColor = Drawing.Color.Black
dg.HeaderStyle.BorderStyle = BorderStyle.Ridge
dg.HeaderStyle.BorderWidth = Unit.Pixel(20)

And i can't make the first row in the grid blank, if I add a blank row
to the DataTable that is the Datagrid's source, the first row in the
datatable still contains information.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGrid - how to display single data row in many data grid rows? Rafal Microsoft Dot NET Framework Forms 0 30th Mar 2006 11:02 AM
Display contents of Data Grid Ken Allen Microsoft C# .NET 2 4th May 2004 12:36 PM
Data Grid will not display =?Utf-8?B?TGVv?= Microsoft ASP .NET 3 20th Apr 2004 01:41 AM
How to Display Data In Grid ?? =?Utf-8?B?TWFucHJlZXQgU2luZ2g=?= Microsoft Access VBA Modules 2 17th Apr 2004 10:29 PM
How to Display Data In Grid ?? =?Utf-8?B?TWFucHJlZXQgU2luZ2g=?= Microsoft Access Reports 0 16th Apr 2004 07:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:30 AM.