Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Prabhu Kumar Maramreddy #1
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 underline appears only when the mouse
is over the column header.
Please advice.
Thanks in advance.
With best wishes
Prabhu
Prabhu Kumar Maramreddy Guest
-
how do i access a dropdownlists selected value in a datagrid edititemtemplate column from the selectedindexchanged event of another dropdownlist in a datagrid edititemtemplate column
i am trying to trap the value of one dropdownlist (in a datagrid edititemtemplate column) at the time its selectedindexchanged event fires and use... -
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... -
Bound Column or Template Column (w dAdapater?) in DataGrid
I am able to get the data using DataAdapter and the DataReader. I am more inclined to use DataAdapter because I want to update the data on the SQL... -
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... -
Prabhu #2
DataGrid Column Header
Hi All,
I would like to have a sort enabled for a particlar column. But when I
enable sort I get an underline on the column header. I dont want the
underline for the column header.
Let me know on what needs to be done to remove the underline in the
column header.
Thanks in advance.
With best wishes
Prabhu
Prabhu Guest
-
Scott M. #3
Re: DataGrid Column Header
I believe you'd just add A {TEXT-DECORATION:None} to either a style sheet
or inline. In other words, it's not a DataGrid issue, it's an HTML
hyperlink issue.
"Prabhu" <prabhu@pbsystems.com> wrote in message
news:65c4c935.0309010600.3814cfc0@posting.google.c om...> Hi All,
>
> I would like to have a sort enabled for a particlar column. But when I
> enable sort I get an underline on the column header. I dont want the
> underline for the column header.
>
> Let me know on what needs to be done to remove the underline in the
> column header.
>
> Thanks in advance.
> With best wishes
> Prabhu
Scott M. Guest



Reply With Quote

