Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Main Header for columns

Reply
Thread Tools

Main Header for columns

 
 
Edwin
Guest
Posts: n/a
 
      09-21-2003
Hi there,
How can I add a master header for two or more of my datagrids columns.
suppose I have three columns with "Year","Month" and "Day" headers and I
want to set a main header (i.e. Date) above them.

this is a simple task in HTML, by setting RowSpan, and ColSpan properties.

thanks in advance,
Edwin


 
Reply With Quote
 
 
 
 
Saravana
Guest
Posts: n/a
 
      09-22-2003
Check out this article, here i have explained how you can extend datagrid to
have common headers like what you have asked for.
http://www.extremeexperts.com/Net/Ar...gDataGrid.aspx

--
Saravana
Microsoft India Community Star,MC**
www.extremeexperts.com



"Edwin" <> wrote in message
news:...
> Hi there,
> How can I add a master header for two or more of my datagrids columns.
> suppose I have three columns with "Year","Month" and "Day" headers and I
> want to set a main header (i.e. Date) above them.
>
> this is a simple task in HTML, by setting RowSpan, and ColSpan properties.
>
> thanks in advance,
> Edwin
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Header files with "header.h" or <header.h> ?? mlt C++ 2 01-31-2009 02:54 PM
int main() or int main(void)? Frederick Ding C Programming 10 12-04-2005 12:44 AM
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
int main(int argc, char *argv[] ) vs int main(int argc, char **argv ) Hal Styli C Programming 14 01-20-2004 10:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57