For "GridButtonColumn" are buttontypes "LinkButton" and "Imagebutton" avaialable. Is it possible to combine both so I have an aimage and link in the column?
2 Answers, 1 is accepted
0
Petja
Telerik team
answered on 21 Jan 2008, 12:09 PM
Hello Markus,
You could set the GridButtonColumn property ButtonType to ImageButton or LinkButton but, unfortunately, mixed behavior is not available in the current version of RadGrid. You could use GridTemplateColumn (link) and set the desired LinkButton or ImageButton settings on ItemDataBound server-side event handler of the grid.
We hope that helps.