Hi
Would you help me, how I can bind Form Grid image column with resource situated in file directory. In database i save only image path and name
Thanks
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 16 Nov 2009, 11:51 AM
Hi Zlatko Rusev,
If you want to really have a data-bound GridViewImageColumn, the column in the database should contain the actual images. Since the column in your database contains only the paths to the images, you should manually add a GridViewImageColumn to RadGridView and set the values of the GridViewImageColumn cells as it is demonstrated in this forum post.