I use datatable as datasource to connect to gridview. Now I would like all content in column 2 have an icon. What do I need to do ?
Thanks
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 14 Mar 2012, 10:01 AM
Hi Craig,
Thank you for writing.
If the images are coming from your data source, you can use the GridViewImageColumn.
If you want to have icon and text or only icon, you can use the CellFormatting event. Here is an example: