Ask a Question related to ASP.NET General, Design and Development.
-
sunil #1
sorting and datagrid and underline
how to eliminate underline from sorting headers on a datagrid.
I modified <A> in the style sheet. Is there any other way to accomplish this
in code.
thanks
appreicate any help.
thanks
sunil Guest
-
Datagrid sorting
I have read most messages in regard with this topic, and have tried every measure suggested. I'm still haveing problem to get it to work.... -
Sorting in the DataGrid
It's like this: a column in a DataGrid(u know, the component) receives several numbers from an XML,one for each cell, numbers from 0 to 11. Each nr... -
DataGrid Not Sorting
My web datagrid isn't sorting at all. I have it wired up to a handler, and I know the handler is working (being called), but no sorting. The page... -
sorting a datagrid
In asp.net I have created a datagrid which it data source is determined at runtime. How can add the auto sort functionality to this datagrid? In... -
Sorting event for datagrid
Hi ! Can anyone tell me what event is raised when a Datagrid is sorted ? TNX Totto -
Nicolas LeBlanc #2
sorting and datagrid and underline
Template headers is what you are looking for.
However, it is simpler to use a CssStyle with "text-
decoration: none;" in it and put it in the <HeaderStyle>
tag...
datagrid.>-----Original Message-----
>how to eliminate underline from sorting headers on away to accomplish this>I modified <A> in the style sheet. Is there any other>in code.
>thanks
>
>appreicate any help.
>thanks
>
>
>.
>Nicolas LeBlanc Guest



Reply With Quote

