-
Hi, I am using a DataGrid to display my data. I have the first colum (which is say username) defined as a CommandColumn and a Template of a Link element. This gives the desired effect or a hyperlink on the row that when I click it, I can navigate to a new page. However, as the column is displaying useful data, I also want a Column header / Caption. However, I can't see how I could get the Caption to display. Is there a way of achieving this? Thanks Graham |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Aha, the more I use it the more I learn :) I have sorted my problem. Rather than use the EditCommand column, I'm using a standard DataGridColumn, but specifying a DisplayTemplate to render my text as a Link. |
Beta Was this translation helpful? Give feedback.
Aha, the more I use it the more I learn :)
I have sorted my problem. Rather than use the EditCommand column, I'm using a standard DataGridColumn, but specifying a DisplayTemplate to render my text as a Link.