Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Mark #1
DataGrid with image in the Column Header
Is it possible to have both an image and text as part of a Column Header in
a DataGrid? Ideally, you could click on either sort the column. I have not
been successful yet - if I add an image, the text does not show. I suppose
I could create a .gif with each piece of text in it, but I was **really**
hoping to avoid that.
Suggestions?
Thanks in advance.
Mark
Mark Guest
-
Changing an image in a datagrid column in the ItemDataBound event
Hi, I have a datagrid that is bound to a datatable, I'm using TemplateColumns. The heading of two columns of the datagrid fire the... -
Datagrid wrappable column header text
I may be missing something here, but could someone elaborate for me... Does the datagrid control provide the ability to wrap the column header... -
Image in header column (not replacing column header text)
I have a sortable (asc/desc) datagrid and would like to add a small arrow icon (down/up) next to the column header text to improve the UI. Is this... -
DataGrid Column Header
Hi All, The column header is getting an underline once the sort is enabled on that particular column. I want to have it in such a way that the... -
Datagrid and header with image
Iam trying to implement sorting. I know how to display a button in the header of an datagrid. How can i display an image with down arrow and... -
Teemu Keiski #2
Re: DataGrid with image in the Column Header
Couldn't you overcome it if you'd use TemplateColumn and set the image and
text (link?) to HeaderTemplate?
In the HeaderTemplate set the link for example with LinkButton and set
"Sort" as command name for it and then the sort argument you wish to use as
command argument (of course DataGrid needs to be with AllowSorting="true").
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"Mark" <field027_nospam_@umn.edu> wrote in message
news:uzIsNOJTDHA.2120@TK2MSFTNGP11.phx.gbl...in> Is it possible to have both an image and text as part of a Column Headernot> a DataGrid? Ideally, you could click on either sort the column. I havesuppose> been successful yet - if I add an image, the text does not show. I> I could create a .gif with each piece of text in it, but I was **really**
> hoping to avoid that.
>
> Suggestions?
>
> Thanks in advance.
>
> Mark
>
>
Teemu Keiski Guest



Reply With Quote

