DataGrid Column Header

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139