Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Easy Datagrid question

Reply
Thread Tools

Easy Datagrid question

 
 
AC
Guest
Posts: n/a
 
      07-18-2003
Any reason i'm having trouble with:

DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
HorizontalAlign.Right

I'm trying to directly set the column alignment of a
datagrid created at runtime..

AC
 
Reply With Quote
 
 
 
 
S. Justin Gengo
Guest
Posts: n/a
 
      07-18-2003
Are you setting it before or after the databind?


--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"AC" <> wrote in message
news:0cf201c34d39$f3cbf310$...
> Any reason i'm having trouble with:
>
> DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
> HorizontalAlign.Right
>
> I'm trying to directly set the column alignment of a
> datagrid created at runtime..
>
> AC



 
Reply With Quote
 
 
 
 
S. Justin Gengo
Guest
Posts: n/a
 
      07-18-2003
I think if you set it before it will work. Let me know if it does. I usually
set the item alignment in the html, but I've noticed other properties
behaving differently at runtime depending on whether they are set before or
after a databind so I think this might be one of them.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"AC" <> wrote in message
news:0e9101c34d3c$1047bfe0$...
> After - should it be before?
>
> >-----Original Message-----
> >Are you setting it before or after the databind?
> >
> >
> >--
> >S. Justin Gengo, MCP
> >Web Developer
> >
> >Free code library at:
> >www.aboutfortunate.com
> >
> >"Out of chaos comes order."
> > Nietzche
> >"AC" <> wrote in message
> >news:0cf201c34d39$f3cbf310$...
> >> Any reason i'm having trouble with:
> >>
> >> DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
> >> HorizontalAlign.Right
> >>
> >> I'm trying to directly set the column alignment of a
> >> datagrid created at runtime..
> >>
> >> AC

> >
> >
> >.
> >



 
Reply With Quote
 
AC
Guest
Posts: n/a
 
      07-18-2003
That doesn't work... question: how do you set in html if
you add the columns at runtime?

>-----Original Message-----
>I think if you set it before it will work. Let me know if

it does. I usually
>set the item alignment in the html, but I've noticed

other properties
>behaving differently at runtime depending on whether they

are set before or
>after a databind so I think this might be one of them.
>
>--
>S. Justin Gengo, MCP
>Web Developer
>
>Free code library at:
>www.aboutfortunate.com
>
>"Out of chaos comes order."
> Nietzche
>"AC" <> wrote in message
>news:0e9101c34d3c$1047bfe0$...
>> After - should it be before?
>>
>> >-----Original Message-----
>> >Are you setting it before or after the databind?
>> >
>> >
>> >--
>> >S. Justin Gengo, MCP
>> >Web Developer
>> >
>> >Free code library at:
>> >www.aboutfortunate.com
>> >
>> >"Out of chaos comes order."
>> > Nietzche
>> >"AC" <> wrote in message
>> >news:0cf201c34d39$f3cbf310$...
>> >> Any reason i'm having trouble with:
>> >>
>> >> DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
>> >> HorizontalAlign.Right
>> >>
>> >> I'm trying to directly set the column alignment of a
>> >> datagrid created at runtime..
>> >>
>> >> AC
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
S. Justin Gengo
Guest
Posts: n/a
 
      07-18-2003
I don't add the columns at runtime. I add them in the html also.

<asp:datagrid id="DataGrid1" runat="server" autogeneratecolumns="False">
<itemstyle HorizontalAlign="Left" VerticalAlign="Top" forecolor="Black"
backcolor="White"></itemstyle>
<columns>
<asp:boundcolumn datafield="LastName" headertext="Last Name">
</columns>
</asp:datagrid>

Then I just databind. As long as the columns datafield matches a column in
the datatable or dataview bound to the grid it self fills.
--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"AC" <> wrote in message
news:0e0c01c34d46$0f894650$...
> That doesn't work... question: how do you set in html if
> you add the columns at runtime?
>
> >-----Original Message-----
> >I think if you set it before it will work. Let me know if

> it does. I usually
> >set the item alignment in the html, but I've noticed

> other properties
> >behaving differently at runtime depending on whether they

> are set before or
> >after a databind so I think this might be one of them.
> >
> >--
> >S. Justin Gengo, MCP
> >Web Developer
> >
> >Free code library at:
> >www.aboutfortunate.com
> >
> >"Out of chaos comes order."
> > Nietzche
> >"AC" <> wrote in message
> >news:0e9101c34d3c$1047bfe0$...
> >> After - should it be before?
> >>
> >> >-----Original Message-----
> >> >Are you setting it before or after the databind?
> >> >
> >> >
> >> >--
> >> >S. Justin Gengo, MCP
> >> >Web Developer
> >> >
> >> >Free code library at:
> >> >www.aboutfortunate.com
> >> >
> >> >"Out of chaos comes order."
> >> > Nietzche
> >> >"AC" <> wrote in message
> >> >news:0cf201c34d39$f3cbf310$...
> >> >> Any reason i'm having trouble with:
> >> >>
> >> >> DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
> >> >> HorizontalAlign.Right
> >> >>
> >> >> I'm trying to directly set the column alignment of a
> >> >> datagrid created at runtime..
> >> >>
> >> >> AC
> >> >
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
Yan-Hong Huang[MSFT]
Guest
Posts: n/a
 
      07-22-2003
Hello,

Please refer to http://msdn.microsoft.com/library/de...l=/library/en-
us/dv_vstechart/html/vbtchtopquestionsaboutaspnetdatagridservercontrol. asp for how to set column alignment in datagrid.

The content of this article includes:

Windows Forms versus Web Forms DataGrid Controls
Controlling Column Width, Height, and Alignment
Customizing Column Layout in Display and Edit Mode
Formatting Dates, Currency, and Other Data
Showing and Hiding Columns Dynamically
Adding Columns Dynamically
Adding New Records to a Data Source Using the DataGrid Control
Displaying a Drop-Down List in Edit Mode
Selecting Multiple Items Using a Check Box (Hotmail Model)
Editing Multiple Rows At Once
Selecting Rows by Clicking Anywhere

Hope it helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "AC" <>
!Sender: "AC" <>
!References: <0cf201c34d39$f3cbf310$> <> <0e9101c34d3c
$1047bfe0$> <>
!Subject: Re: Easy Datagrid question
!Date: Fri, 18 Jul 2003 09:03:00 -0700
!Lines: 57
!Message-ID: <0e0c01c34d46$0f894650$>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNNRg+Jm/ERMH8oTyWbCBOkJgOekw==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:160335
!NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!That doesn't work... question: how do you set in html if
!you add the columns at runtime?
!
!>-----Original Message-----
!>I think if you set it before it will work. Let me know if
!it does. I usually
!>set the item alignment in the html, but I've noticed
!other properties
!>behaving differently at runtime depending on whether they
!are set before or
!>after a databind so I think this might be one of them.
!>
!>--
!>S. Justin Gengo, MCP
!>Web Developer
!>
!>Free code library at:
!>www.aboutfortunate.com
!>
!>"Out of chaos comes order."
!> Nietzche
!>"AC" <> wrote in message
!>news:0e9101c34d3c$1047bfe0$...
!>> After - should it be before?
!>>
!>> >-----Original Message-----
!>> >Are you setting it before or after the databind?
!>> >
!>> >
!>> >--
!>> >S. Justin Gengo, MCP
!>> >Web Developer
!>> >
!>> >Free code library at:
!>> >www.aboutfortunate.com
!>> >
!>> >"Out of chaos comes order."
!>> > Nietzche
!>> >"AC" <> wrote in message
!>> >news:0cf201c34d39$f3cbf310$...
!>> >> Any reason i'm having trouble with:
!>> >>
!>> >> DataGrid1.Columns(7).ItemStyle.HorizontalAlign =
!>> >> HorizontalAlign.Right
!>> >>
!>> >> I'm trying to directly set the column alignment of a
!>> >> datagrid created at runtime..
!>> >>
!>> >> AC
!>> >
!>> >
!>> >.
!>> >
!>
!>
!>.
!>
!


 
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
Easy come, easy go magwhite Wireless Networking 0 12-31-2007 09:29 AM
Is it reasonably easy easy to something like this with python? Bruno Desthuilliers Python 5 08-29-2007 07:40 AM
Stripping audio from qa DVD. Easy or not so easy? GJ Computer Support 1 05-23-2007 02:03 AM
easy to look at and easy to maintain web page menuing system. Hazzard ASP .Net 2 04-06-2004 03:51 AM
DataGrid easy Edit-Update using ADO.NET/DataGrid functionality C#? Kostia ASP .Net Datagrid Control 1 02-26-2004 05:03 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