Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Eagle #1
Span rows/columns?
Is there a way to make a column in a grid span all the others? For instance
I have fields Client, Address, State, City, Zip, Comments. I would like
Comments to appear under client, address, state, city, zip and span it so
there is more room for comments.
Thank you for your help.
Eagle Guest
-
Add/Delete rows/columns in datagrid
Hi, I'm trying to add additional or delete rows/columns to a datagrid based on a specified number. I tried addColumn, this only adds 1 column at... -
datagrid sort columns not rows
Hi, I am filling a datagrid via xml and the columns as not created in the order I have in my xml. I've also added them in the correct order in... -
How to span a query into 2 columns
I have a query that produces a list of products and some of those products are subdivided into groups within the list. I have a query that... -
DataGrid (body only) contained in <span>...</span> tags
Hi, I have a DataGrid control that displays many records. As such, I have been given a requirement to contain only the body of my DataGrid... -
DataGrid, 7 columns on 2 rows?
Is this possible? I currently have a datagrid showing 7 columns, I would like to show the 6th and 7th columns on the next row. How can I do this? -
Elton W #2
Span rows/columns?
Hi Eagle,
Although it's possible to achieve your goal by datagrid,
it's better to use datalist or repeater. In following URL,
it gives you some hint for data control selection.
[url]http://msdn.microsoft.com/library/default.asp?[/url]
url=/library/en-us/dnaspp/html/aspnet-
whenusedatawebcontrols.asp
HTH
Elton Wang
[email]elton_wang@hotmail.com[/email]
others? For instance>-----Original Message-----
>Is there a way to make a column in a grid span all theComments. I would like>I have fields Client, Address, State, City, Zip,zip and span it so>Comments to appear under client, address, state, city,>there is more room for comments.
>
>Thank you for your help.
>
>
>.
>Elton W Guest
-
Eagle #3
Re: Span rows/columns?
Thanks for your help. I don't understand the DataList -- I still want it to
be in columns with one header above each column and I don't seem to be able
to achieve that. Can you direct me to some samples of how to accomplish
that?
"Elton W" <anonymous@discussions.microsoft.com> wrote in message
news:201f01c5558a$a5a41950$a601280a@phx.gbl...> Hi Eagle,
>
> Although it's possible to achieve your goal by datagrid,
> it's better to use datalist or repeater. In following URL,
> it gives you some hint for data control selection.
>
> [url]http://msdn.microsoft.com/library/default.asp?[/url]
> url=/library/en-us/dnaspp/html/aspnet-
> whenusedatawebcontrols.asp
>
> HTH
>
> Elton Wang
> [email]elton_wang@hotmail.com[/email]
>
>> others? For instance> >-----Original Message-----
> >Is there a way to make a column in a grid span all the> Comments. I would like> >I have fields Client, Address, State, City, Zip,> zip and span it so> >Comments to appear under client, address, state, city,> >there is more room for comments.
> >
> >Thank you for your help.
> >
> >
> >.
> >
Eagle Guest



Reply With Quote

