Hello:
I've implemented JavaScript so that the data in the first column of the RadGrid is a clickable link, clicking the link loads an informaiton form for whatever cell is clicked.
Is there a way to change the font of this cell so that it is obvious it is a clickable link? Change color, underline, or whatever?
So instead of
Col 1 Col 2 Col 3
Data Data Data
Data Data Data
I would have
Col 1 Col 2 Col 3
Data Data Data
Data Data Data
Or the cell text could be underlined.
Please note the grid is populated by a dynamic search at runtime, a datatable is built and bound to the grid.
John.
I've implemented JavaScript so that the data in the first column of the RadGrid is a clickable link, clicking the link loads an informaiton form for whatever cell is clicked.
Is there a way to change the font of this cell so that it is obvious it is a clickable link? Change color, underline, or whatever?
So instead of
Col 1 Col 2 Col 3
Data Data Data
Data Data Data
I would have
Col 1 Col 2 Col 3
Data Data Data
Data Data Data
Or the cell text could be underlined.
Please note the grid is populated by a dynamic search at runtime, a datatable is built and bound to the grid.
John.