Gridview SortExpression
-
Hi, In my application i have a gridview for whose columns i'm using templatefields here if i give 'SortExpression', then the column header gets underlined...I dont want it like that, the underline must be seen on hover of the mouse on the header...the sorting is also required... how to accomplish this.. could anyone please tell me? thanks
-
Hi, In my application i have a gridview for whose columns i'm using templatefields here if i give 'SortExpression', then the column header gets underlined...I dont want it like that, the underline must be seen on hover of the mouse on the header...the sorting is also required... how to accomplish this.. could anyone please tell me? thanks
Use styleSheet class for headerTemplate Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
Use styleSheet class for headerTemplate Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
hi, i have stylesheet for it: .templateHeaderStyle { font-family:Arial;font-size:small; font-weight:normal;padding-left: 0.5em; text-decoration:none; } If i remove 'SortExpression' from: then the underline for column header doesn't come...but then sorting doesn't work.... i need it to sort the column based on "JOB_ID"...how do i do it? kindly do guide me..thanks